summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: 9b366ed54a8394c32c1767903ef31aa7177686e5 (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
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
	User shumakl

Host repo
	Port 1863
	HostName repo.parabolagnulinux.org

Host rshg054
	Port 1863
	HostName parabolagnulinux.org

Host lukeshu.com
	Port 1863