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