From 4beea52be81e5687061b770966b7af150f8862a4 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:45:23 +0200 Subject: [PATCH] yes --- ssh-protocol/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-protocol/src/lib.rs b/ssh-protocol/src/lib.rs index 40d9c23..17864e3 100644 --- a/ssh-protocol/src/lib.rs +++ b/ssh-protocol/src/lib.rs @@ -159,7 +159,7 @@ pub mod auth { )); self.queue_packet(Packet::new_msg_userauth_failure( - NameList::one("publickey"), + NameList::one("password"), false, )); // Stay in the same state