diff options
author | June McEnroe <june@causal.agency> | 2019-07-29 22:57:39 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-29 22:57:39 -0400 |
commit | 5a235b5660ffd2b05d8bb1c5b812f52951fe1311 (patch) | |
tree | a3e8765bcbe36e48ac74b34d2445311ccdfb9071 /sshd_config | |
parent | Rename wrapper to dispatch (diff) | |
download | stream-5a235b5660ffd2b05d8bb1c5b812f52951fe1311.tar.gz stream-5a235b5660ffd2b05d8bb1c5b812f52951fe1311.zip |
Pass original command to dispatch
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |