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

Match User torus
	PasswordAuthentication yes
	PermitEmptyPasswords yes
	ChrootDirectory /home/torus
	ForceCommand client

	AllowAgentForwarding no
	AllowTcpForwarding no
	AllowStreamLocalForwarding no
	MaxSessions 1
	X11Forwarding no