]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: allow security keys to act as host keys as well as user
authordjm@openbsd.org <djm@openbsd.org>
Sun, 15 Dec 2019 18:57:30 +0000 (18:57 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 16 Dec 2019 03:19:41 +0000 (14:19 +1100)
commit56584cce75f3d20aaa30befc7cbd331d922927f3
treed3e9c2b7c9104b6528758b19eb7fa56dae2fcea6
parent5af6fd5461bb709304e6979c8b7856c7af921c9e
upstream: 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@

OpenBSD-Commit-ID: 77b068dd133b8d87e0f010987bd5131e640ee64c
monitor.c
monitor_wrap.c
myproposal.h
readconf.c
servconf.c
servconf.h
sshd.c