CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/11 03:49:57
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh_config.5 sshconnect.c
Log message:
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
keys in addition to its current flag options. Time-limited keys will
automatically be removed from ssh-agent after their expiry time has
passed; ok markus@
