summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 505b397ea012011221c465e7c1e6f483dc7ee4a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Include config.local

host *.debian.org *.samba.org
	ForwardAgent no

host *
	ControlMaster auto
	ControlPath ~/.ssh/master-%r@%h:%p
	compression yes
	ForwardAgent yes
	ForwardX11 yes
	HashKnownHosts no