Add some server debugging for hostbased auth.
authordtucker <dtucker@openbsd.org>
Fri, 9 Dec 2022 00:17:40 +0000 (00:17 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 9 Dec 2022 00:17:40 +0000 (00:17 +0000)
commit2191bf9196379bc72c4589aa75cdd6e7ce97d856
treec30f08415d1db9bbf2f72942cd0dfac5a727fb75
parentb8f3f99a4673846ff4291a8bc35d93e8f06f46bf
Add some server debugging for hostbased auth.

auth_debug_add queues messages about the auth process which is sent to
the client after successful authentication.  This also sends those to
the server debug log to aid in debugging.  From bz#3507, ok djm@
usr.bin/ssh/auth-rhosts.c
usr.bin/ssh/auth.c