summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: a24b7ee57e413b38603112ff26acd5febe51be77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ltshome
	Port 6422
	Host lukeshu.ath.cx
	User luke