summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: d60058f57ce020766f24b9cd089d4a7b78af9575 (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/%l/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