diff options
| author | C. McEnroe | 2020-02-11 02:44:04 -0500 | 
|---|---|---|
| committer | C. McEnroe | 2020-02-11 02:45:39 -0500 | 
| commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sshd_config | |
| parent | 34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305 (diff) | |
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 | 
