summaryrefslogtreecommitdiff
path: root/etc/ssh_config
blob: 9b4a3fda878f71ab501dd1414310d15235bd7119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Host *
	ControlMaster auto
	ControlPath /tmp/ssh-%h-%p-%r

Host woot
	Hostname saviour
	AddressFamily inet
	Port 60022

Host git
	Hostname saviour
	AddressFamily inet
	Port 61022

Host home
	Hostname derf.homelinux.org
	AddressFamily inet