diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 02:44:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 02:45:39 -0500 |
commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sshd_config | |
parent | Adds insecure flag to skip certificate validation (diff) | |
download | catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.tar.gz catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.zip |
Remove legacy code
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sshd_config b/sshd_config deleted file mode 100644 index 47b5a33..0000000 --- a/sshd_config +++ /dev/null @@ -1,13 +0,0 @@ -UsePAM no - -Match User chat - PasswordAuthentication yes - PermitEmptyPasswords yes - ChrootDirectory /home/chat - ForceCommand catgirl - - AllowAgentForwarding no - AllowTcpForwarding no - AllowStreamLocalForwarding no - MaxSessions 1 - X11Forwarding no |