CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/12/19 15:11:39
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
ssh-agent side of destination constraints
Gives ssh-agent the ability to parse [email protected]
constraints and to apply them to keys.
Check constraints against the hostkeys recorded for a SocketEntry when
attempting a signature, adding, listing or deleting keys. Note that
the "delete all keys" request will remove constrained keys regardless of
location.
feedback Jann Horn & markus@
ok markus@