summary refs log tree commit diff
path: root/scripts/sshd_config
blob: 4669f7fd4c9b82955a05c5545772fdbf3dfd2c64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UsePAM no

Match User chat
	PasswordAuthentication yes
	PermitEmptyPasswords yes
	ChrootDirectory /home/chat
	ForceCommand catgirl-prompt

	AllowAgentForwarding no
	AllowTcpForwarding no
	AllowStreamLocalForwarding no
	MaxSessions 1
	X11Forwarding no
17:56:15 +0100'>2015-03-14git: update to v2.3.3Christian Hesse Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de> 2015-03-13Bump versionJason A. Donenfeld 2015-03-13Remove no-op link from submodule entriesLukas Fleischer