about summary refs log tree commit diff
path: root/scripts/sshd_config
blob: c7e99ecf1b394d120f47583b31403331c9127c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
UsePAM no

Match User chat
	PasswordAuthentication yes
	PermitEmptyPasswords yes
	ChrootDirectory /home/chat
	ForceCommand catgirl-prompt
	DisableForwarding yes
	MaxSessions 1
x.c?id=625662a5c1cbb71cf37653df1f31cd60c48b18ae&follow=1'>Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe