aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh_config
blob: 831b9dc1a25d0d4ba04734825e361a2ac6fd9445 (plain)
1
2
3
4
5
6
7
8
9
10
11
Host *
	# debian default
	SendEnv LANG LC_*
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null
	GSSAPIAuthentication yes
	# faster encryption
	Ciphers arcfour
	# share multiple sessions
	ControlMaster auto
	ControlPath /tmp/ssh-uml-%r@%h:%p