CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/06/08 21:03:10
Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd_config.5 Log message: add a SetEnv directive for sshd_config to allow an administrator to explicitly specify environment variables set in sessions started by sshd. These override the default environment and any variables set by user configuration (PermitUserEnvironment, etc), but not the SSH_* variables set by sshd itself. ok markus@