CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/20 19:19:13
Modified files:
usr.bin/ssh : authfd.c authfd.h clientloop.c readconf.c
readconf.h ssh.c ssh_config.5
Log message:
Allow forwarding a different agent socket to the path specified by
$SSH_AUTH_SOCK, by extending the existing ForwardAgent option to
accepting an explicit path or the name of an environment variable
in addition to yes/no.
Patch by Eric Chiang, manpage by me; ok markus@
