summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: b6b5e8c871ea0ff056af5f95971f940147afb5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Host *
	Protocol 2
	ControlMaster auto
	ControlPath ~/.runtime/ssh-%r@%h:%p
	Compression yes

Host lore
	HostName lore.cs.purdue.edu
	User shumakl

Host data
	HostName data.cs.purdue.edu
Host *.cs.purdue.edu
	User shumakl

Host repo
	Port 1863
	HostName repo.parabolagnulinux.org

Host rshg054
	Port 1863
	HostName parabolagnulinux.org

Host lukeshu.com
	Port 1863
	User lukeshu
Host build64
	User luke
	Port 1864
	HostName lukeshu.com