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