diff options
| author | 2025-10-19 11:25:21 +0200 | |
|---|---|---|
| committer | 2025-10-19 11:25:21 +0200 | |
| commit | 40fa1d2fbd1e5feb9e0f8228288c9fb5e031932d (patch) | |
| tree | f303d9f8ca98da8f37115ad780e62afe7295e277 /ssh.conf | |
| parent | 69ce1bb94cbf651327bee1cc10157b578c88a279 (diff) | |
It works, permission check missing
Diffstat (limited to 'ssh.conf')
| -rw-r--r-- | ssh.conf | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -10,11 +10,7 @@ SyslogFacility AUTH LogLevel INFO PermitTTY no -#AllowAgentForwarding yes +AllowAgentForwarding no -# Example of overriding settings on a per-user basis -#Match User anoncvs -# X11Forwarding no -# AllowTcpForwarding no -# PermitTTY no -# ForceCommand cvs server +# Force our run script that checks for permissions and runs sudo +ForceCommand /usr/local/bin/run "$SSH_ORIGINAL_COMMAND" |
