mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
Any authentication failure on a regular server returned the password-required marker, so against a server with password authentication disabled the client asked again after every attempt and reported each one as a wrong password. gossh only lists a method under "attempted methods" when the server offered it. When a supplied password never got attempted, surface the real error instead of the marker, the same way the desktop client reports it. A first connect without a password still prompts.