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

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

host unifi.ethernal.org unifi gw.ethernal.org gw
	User admin

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