]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Log errors in kex_exchange_identification() with level
authortobhe@openbsd.org <tobhe@openbsd.org>
Mon, 21 Aug 2023 21:16:18 +0000 (21:16 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 28 Aug 2023 03:34:00 +0000 (13:34 +1000)
commitd2d247938b38b928f8a6e1a47a330c5584d3a358
tree9765269814150f9609376b8c881751586490ccb5
parent9d7193a8359639801193ad661a59d1ae4dc3d302
upstream: Log errors in kex_exchange_identification() with level

verbose instead of error to reduce preauth log spam. All of those get logged
with a more generic error message by sshpkt_fatal().

feedback from sthen@
ok djm@

OpenBSD-Commit-ID: bd47dab4695b134a44c379f0e9a39eed33047809
kex.c