blob: 2a5b79a7551fb62a199c3d45e7cc8eedd91de04e (
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
36
|
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 #################################################
# short names
Host repo
HostName repo.parabolagnulinux.org
Host wiki
HostName wiki.parabolagnulinux.org
Host projects
HostName projects.parabolagnulinux.org
Host parabola
HostName parabolagnulinux.org
Host *.parabolagnulinux.org parabolagnulinux.org *.parabola.nu parabola.nu
Port 1863
User lukeshu
# Personal #################################################
Host lukeshu.com
Port 1863
User lukeshu
|