second try, deals properly with missing and private-only keys:
authordjm <djm@openbsd.org>
Fri, 14 Sep 2018 05:26:27 +0000 (05:26 +0000)
committerdjm <djm@openbsd.org>
Fri, 14 Sep 2018 05:26:27 +0000 (05:26 +0000)
commitfc058c184f6d13ec944191de47368823d795224c
tree01e49ea286bb7c90b62c17d86e3e405dfd42ef4e
parent0a6eb9b52d2dd9df0e733a4af9bdfeae9409be7b
second try, deals properly with missing and private-only keys:

Use consistent format in debug log for keys readied, offered and
received during public key authentication.

This makes it a little easier to see what is going on, as each message
now contains (where available) the key filename, its type and fingerprint,
and whether the key is hosted in an agent or a token.
usr.bin/ssh/sshconnect2.c