Use consistent format in debug log for keys readied, offered and
authordjm <djm@openbsd.org>
Fri, 14 Sep 2018 04:17:12 +0000 (04:17 +0000)
committerdjm <djm@openbsd.org>
Fri, 14 Sep 2018 04:17:12 +0000 (04:17 +0000)
commit192e534d32a1fb6e36c0817d3241a5f15e088461
tree0a9c8333e37188c1db2f09ddf48e7fe62c407386
parent0e5609475351394c791e132db4e33c768b1a41fc
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 the key filename, its type and fingerprint, and whether
the key is hosted in an agent or a token.
usr.bin/ssh/sshconnect2.c