From a4de6f0116f32fcca3c3edd738a8cc8aabf5f3e9 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Sat, 21 Dec 2024 19:49:10 +0900 Subject: [PATCH] Fix for Windows OpenSSHD --- example.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.lsp b/example.lsp index 4d1601a..33c9552 100644 --- a/example.lsp +++ b/example.lsp @@ -17,9 +17,9 @@ (expect* ("[fingerprint])?" (sendln "yes") - (expect "password: ") + (expect "password:") (sendln password)) - ("password: " + ("password:" (sendln password)) (("Connection refused" "Could not resolve hostname")