This commit is contained in:
nora 2024-08-12 00:45:23 +02:00
parent ad84db6998
commit 4beea52be8

View file

@ -159,7 +159,7 @@ pub mod auth {
)); ));
self.queue_packet(Packet::new_msg_userauth_failure( self.queue_packet(Packet::new_msg_userauth_failure(
NameList::one("publickey"), NameList::one("password"),
false, false,
)); ));
// Stay in the same state // Stay in the same state