There is an option in ~/.authorized_keys to disable ~/.ssh/rc but none in sshd_config. We have hundreds of users and would like to disable ~/.ssh/rc globally so that /etc/ssh/sshrc will run for all users. A new option in sshd_config would be a good solution. I would be fine with either or both of the following solutions: * An option to disable user ~/.ssh/rc completely * An option to run /etc/ssh/sshrc then run ~/.ssh/rc if it exists
Created attachment 2452 [details] PermitUserRC option for sshd_config This adds a PermitUserRC option for sshd_config
patch applied - this will be in openssh-6.7. Thanks!
Close all bugs left open from 6.6 and 6.7 releases.