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