]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: ssh-agent implemented an all-or-nothing allow-list of
authordjm@openbsd.org <djm@openbsd.org>
Wed, 6 Nov 2024 22:51:26 +0000 (22:51 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 6 Nov 2024 23:49:13 +0000 (10:49 +1100)
commit82662d562cf54829df8a941cdfb2fd307e1d9a90
tree7be68075a222bfba45111bb406e1da8cd911b1b2
parent593a0b65c55c1e06a8c22b084aefc395aedb0127
upstream: ssh-agent implemented an all-or-nothing allow-list of

FIDO application IDs for security key-backed keys, to prevent web key handles
from being used remotely as this would likely lead to unpleasant surprises.
By default, only application IDs that start with "ssh:*" are allowed.

This adds a -Owebsafe-allow=... argument that can override the default
list with a more or less restrictive one. The default remains unchanged.

ok markus@

OpenBSD-Commit-ID: 957c1ed92a8d7c87453b9341f70cb3f4e6b23e8d
ssh-agent.1
ssh-agent.c