summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: b6e53d684dbcd21feaa2f832b646bf8314a7154e (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 ~/.sessions/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