summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: 894af44e7d539308eced4ddf18ff8608cb45ae86 (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
Host *
	Protocol 2
	ControlMaster auto
	ControlPath ~/.ssh/master-%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
	Port 1863
	HostName 199.180.255.147