CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/28 22:25:40
Modified files:
usr.bin/ssh : misc.c misc.h readconf.c ssh.c ssh_config.5
Log message:
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@