From 04a3b4809f3a58520605c2135cebb9a67b8fafbc Mon Sep 17 00:00:00 2001
From: Curtis McEnroe <programble@gmail.com>
Date: Thu, 22 Feb 2018 16:09:58 -0500
Subject: Set ForceCommand ssh-command

---
 sshd_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sshd_config')

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
-- 
cgit 1.4.1