Guest User

Untitled

a guest
Feb 18th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. # Connection auto SSH
  3. # Premier script
  4. hote='x.x.x.x'
  5. user='user'
  6. bash connect.sh | ssh $hote -u $user
  7.  
  8. #!/bin/bash
  9. # Connection
  10. # Deuxième script
  11. pass='pass'
  12. sleep 1
  13. echo 'y'
  14. sleep 1
  15. echo $pass
Add Comment
Please, Sign In to add comment