Fix for Windows OpenSSHD

This commit is contained in:
HAYAMA_Kaoru
2024-12-21 19:49:42 +09:00
parent abd54fc567
commit a4de6f0116
+2 -2
View File
@@ -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")