CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/19 15:14:47
Modified files:
usr.bin/ssh : readconf.c readconf.h sshconnect2.c
Log message:
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@
