Advertisement
theillien

Untitled

Sep 6th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ks01
  2. couldn't execute "ssh ks01": no such file or directory
  3. while executing
  4. "spawn -noecho "ssh $host""
  5. ("while" body line 3)
  6. invoked from within
  7. "while {[gets $file1 host] != -1} {
  8. puts $host
  9. spawn -noecho "ssh $host"
  10. expect {
  11. "continue connecting" {
  12. send "yes\r"
  13. ..."
  14. (file "./accept_rsa.exp" line 22)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement