CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/12/15 11:57:30
Modified files: usr.bin/ssh : monitor.c monitor_wrap.c myproposal.h readconf.c servconf.c servconf.h sshd.c Log message: allow security keys to act as host keys as well as user keys. Previously we didn't do this because we didn't want to expose the attack surface presented by USB and FIDO protocol handling, but now that this is insulated behind ssh-sk-helper there is less risk. ok markus@