diff options
Diffstat (limited to '')
-rw-r--r-- | sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index 35c7c8c..4a965d0 100644 --- a/sshd_config +++ b/sshd_config @@ -4,7 +4,7 @@ Match User stream PasswordAuthentication yes PermitEmptyPasswords yes ChrootDirectory /home/stream - ForceCommand view public/causal_agent + ForceCommand ssh-command AllowAgentForwarding no AllowTcpForwarding no |