diff --git a/ssh.exp b/ssh.exp new file mode 100755 index 0000000..8abc4b5 --- /dev/null +++ b/ssh.exp @@ -0,0 +1,9 @@ +#!/usr/bin/expect +set timeout -1 +set send_human {.05 0.1 1 .07 1.5} +eval spawn ssh -o StrictHostKeyChecking=no -o PreferredAuthentications=password -o PubkeyAuthentication=no $argv +match_max 100000 +expect "*?assword:*" +send -- "$env(SSHPASS)\r" +send -- "\r" +interact