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

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