Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/usr/bin/expect -f
  2.  
  3. puts "Reading from /Users/localuser/.ssh/"
  4. spawn ssh-add /Users/localuser/.ssh/id_rsa
  5. expect "/Users/localuser/.ssh/id_rsa:"
  6. send "Pr3dixMob1le\n";
  7. interact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement