blob: 63519e18889f8283cdbf881d1fbb9870e705ac68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Host *
Protocol 2
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Compression yes
# Parabola Repo Server
Host parabola
Port 1863
HostName repo.parabolagnulinux.org
User repo
Host lore
HostName lore.cs.purdue.edu
User shumakl
|