summaryrefslogtreecommitdiff
path: root/.config/ssh/config
blob: 7d7704e68715c42f4704a21992737974cf9737a8 (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
26
27
28
29
30
31
32
33
34
35
Host *
	Protocol 2
	ControlMaster auto
	ControlPath ~/.runtime/ssh-%r@%h:%p
	Compression yes

# Purdue ###################################################

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

# Parabola #################################################

Host parabola.nu
	Port 1863
	User lukeshu

# Personal #################################################

Host lukeshu.com
	Port 1863
	User lukeshu

Host build64-par
	Port 22
	User luke

Host build64-par-far
	Port 1864
	HostName lukeshu.com
	User luke