CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/25 17:14:03
Modified files:
usr.bin/ssh : readconf.c
Log message:
Do not prepend "exec" to the shell command run by "Match exec" in a config
file. It's an unnecessary optimization from repurposed ProxyCommand code
and prevents some things working with some shells. bz#2471, pointed out
by res at qoxp.net. ok markus@
