summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-22 16:09:58 -0500
committerJune McEnroe <programble@gmail.com>2018-02-22 16:09:58 -0500
commit04a3b4809f3a58520605c2135cebb9a67b8fafbc (patch)
treef6bc0ece9b06c186d4eb918ae1c2845d86a9b694
parentRename command to ssh-command (diff)
downloadstream-04a3b4809f3a58520605c2135cebb9a67b8fafbc.tar.gz
stream-04a3b4809f3a58520605c2135cebb9a67b8fafbc.zip
Set ForceCommand ssh-command
-rw-r--r--sshd_config2
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