]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Allow forwarding a different agent socket to the path
authordjm@openbsd.org <djm@openbsd.org>
Sat, 21 Dec 2019 02:19:13 +0000 (02:19 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 21 Dec 2019 02:22:07 +0000 (13:22 +1100)
commit40be78f503277bd91c958fa25ea9ef918a2ffd3d
treeb17303fad21f97437b44cf3264a03abfd503ebdf
parent416f15372bfb5be1709a0ad1d00ef5d8ebfb9e0e
upstream: 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@

OpenBSD-Commit-ID: 98f2ed80bf34ea54d8b2ddd19ac14ebbf40e9265
authfd.c
authfd.h
clientloop.c
readconf.c
readconf.h
ssh.c
ssh_config.5