summaryrefslogtreecommitdiffstats
path: root/.ssh/config
blob: f30d4d98551284709af3159c3d877bc018d05386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Host * !mars !mother !helios
	User root
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null
Host mars
	User jozan
Host mother
	User jozan
Host helios
	User joe
Host hi-pi
	User root
Host joe
	HostName 10.10.10.6
	Port 10022
Host al
	HostName alcatraz.joe.town
Host git
	HostName gitjoe.xyz
	Port 22