about summary refs log tree commit diff
path: root/dev/.ssh/config
blob: e2c9e310b752d93f1906e1a7115250d70d94274d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
AddKeysToAgent yes

Host loang
	HostName 37.205.11.127
	User cnx
	Port 2211

Host rack
	HostName 10.20.18.56
	User cnx
	Port 4071
	RequestTTY yes