summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 75200992b6953ce4411e880bd8b5a0be9c3557a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Host *
	Protocol 2
	ControlMaster auto
	ControlPath ~/.ssh/master-%r@%h:%p
	Compression yes

# Parabola Repo Server
Host repo
	Port 1863
	HostName repo.parabolagnulinux.org

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