From 5a235b5660ffd2b05d8bb1c5b812f52951fe1311 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 29 Jul 2019 22:57:39 -0400 Subject: Pass original command to dispatch --- sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config index f7a3ea6..9eb6737 100644 --- a/sshd_config +++ b/sshd_config @@ -4,7 +4,7 @@ Match User stream PasswordAuthentication yes PermitEmptyPasswords yes ChrootDirectory /home/stream - ForceCommand wrapper + ForceCommand dispatch $SSH_ORIGINAL_COMMAND AllowAgentForwarding no AllowTcpForwarding no -- cgit 1.4.1