]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Allow some keywords to expand shell-style ${ENV}
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 29 May 2020 04:25:40 +0000 (04:25 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 29 May 2020 05:46:47 +0000 (15:46 +1000)
commit4a1b46e6d032608b7ec00ae51c4e25b82f460b05
tree7f345cd0424c5b6f7eff6e5d0f1b52747a960f9e
parentc9bab1d3a9e183cef3a3412f57880a0374cc8cb2
upstream: Allow some keywords to expand shell-style ${ENV}

environment variables on the client side.  The supported keywords are
CertificateFile, ControlPath, IdentityAgent and IdentityFile, plus
LocalForward and RemoteForward when used for Unix domain socket paths.  This
would for example allow forwarding of Unix domain socket paths that change at
runtime.  bz#3140, ok djm@

OpenBSD-Commit-ID: a4a2e801fc2d4df2fe0e58f50d9c81b03822dffa
misc.c
misc.h
readconf.c
ssh.c
ssh_config.5