blob: b827df5b1843ba934ae9a1914fadca627b27ecf7 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
Host *
Protocol 2
ControlMaster auto
ControlPath ~/.r/%l/ssh-%r@%h:%p
Compression yes
#ProxyCommand proxytunnel --proxy=lukeshu.com:8443 --proxyauth=frc4272:password --encrypt-proxy --dest=%h:%p
#ProxyCommand proxytunnel --proxy=lukeshu.com:8080 --proxyauth=frc4272:password --dest=%h:%p
# Purdue ###################################################
Host data lore borg?? xinu?? sac?? sslab?? moore??
HostName %h.cs.purdue.edu
User shumakl
Host *.cs.purdue.edu
User shumakl
# Parabola #################################################
Host parabola.nu *.parabola.nu
Port 1863
User lukeshu
# GNU ######################################################
Host gerrit-ring.savoirfairelinux.com
Port 29420
User LukeShu
# Personal #################################################
Host lukeshu.com *.lukeshu.com
Port 1863
User lukeshu
Host team4272.com
Port 1863
User lukeshu
Match host build64-par exec "nslookup %n.lan."
HostName build64-par
Port 22
Host build64-par
User luke
HostName lukeshu.com
Port 1864
ForwardX11 yes
ForwardX11Trusted yes
Host 192.168.*.1 10.* 169.254.* roborio-*-frc.local
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
|