PubkeyAuthentication=yes|no|unbound|host-bound
authordjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:14:47 +0000 (22:14 +0000)
committerdjm <djm@openbsd.org>
Sun, 19 Dec 2021 22:14:47 +0000 (22:14 +0000)
commit6d12622932a5f47eb782737a758f045b2a3b101b
tree0f99e16d9f919d817d1e6412cf4400f4e70b35ac
parentb0ac5f559d156cd8791dcd2c6149e9cd953c5371
PubkeyAuthentication=yes|no|unbound|host-bound

Allow control over which pubkey methods are used. Added out of
concern that some hardware devices may have difficulty signing
the longer pubkey authentication challenges. This provides a
way for them to disable the extension. It's also handy for
testing.

feedback / ok markus@
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/sshconnect2.c