We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5f615 commit 9944147Copy full SHA for 9944147
fastssh.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/expect
2
+eval spawn ssh -oStrictHostKeyChecking=no -oCheckHostIP=no (ssh info here)
3
+#use correct prompt
4
+set prompt ":|#|\\\$"
5
+interact -o -nobuffer -re $prompt return
6
+send "PASSWORD HERE
7
+\r"
8
+interact
0 commit comments