mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-03 15:47:51 -04:00
Fix for Windows OpenSSHD
This commit is contained in:
+2
-2
@@ -17,9 +17,9 @@
|
|||||||
(expect*
|
(expect*
|
||||||
("[fingerprint])?"
|
("[fingerprint])?"
|
||||||
(sendln "yes")
|
(sendln "yes")
|
||||||
(expect "password: ")
|
(expect "password:")
|
||||||
(sendln password))
|
(sendln password))
|
||||||
("password: "
|
("password:"
|
||||||
(sendln password))
|
(sendln password))
|
||||||
(("Connection refused"
|
(("Connection refused"
|
||||||
"Could not resolve hostname")
|
"Could not resolve hostname")
|
||||||
|
|||||||
Reference in New Issue
Block a user