CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/15 15:26:49
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh-agent.1 ssh.1
ssh_config.5 sshconnect.c sshconnect.h
sshconnect1.c sshconnect2.c
Log message:
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
'ask', or 'confirm', and defaults to 'no'. When enabled, a private
key that is used during authentication will be added to ssh-agent if
it is running (with confirmation enabled if set to 'confirm').
Initial version from Joachim Schipper many years ago.
ok markus@