CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/08 21:01:12
Modified files:
usr.bin/ssh : clientloop.c misc.c misc.h mux.c readconf.c
readconf.h scp.1 sftp.1 ssh.1 ssh_config.5
sshd_config.5
Log message:
add a SetEnv directive to ssh_config that allows setting environment
variables for the remote session (subject to the server accepting them)
refactor SendEnv to remove the arbitrary limit of variable names.
ok markus@
