blob: 24aad3c4c9bfee8bae1fb1c15b4ba96ddd8ff598 (
plain) (
blame)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
HashKnownHosts no
VisualHostKey yes
CheckHostIP yes
NoHostAuthenticationForLocalhost yes
## Debian hosts
Host *.debian.net
User rak
Host ssh.debian.org *.ssh.debian.org
User rak
StrictHostKeyChecking yes
UserKnownHostsFile ~/.ssh/known_hosts.d/debian
Host *.debian.org master ravel alioth !*.ssh.debian.org !ssh.debian.org
User rak
ProxyJump ssh.debian.org
StrictHostKeyChecking yes
UserKnownHostsFile ~/.ssh/known_hosts.d/debian
## QueensU hosts
Host w310
HostName w310-181.caslab.queensu.ca
Host ciscwww
HostName ciscwww.cs.queensu.ca
Host ubuntu ubuntu.caslab.queensu.ca
HostName ubuntu.caslab.queensu.ca
User ryanak
Host pinky brain
HostName %h.cs.queensu.ca
Host athena athena.caslab.queensu.ca
HostName athena.caslab.queensu.ca
User ryan
Host linux1 hera zeus
HostName %h.caslab.queensu.ca
Host *.caslab.queensu.ca w310 ubuntu athena linux1 hera zeus
User ryankca
Host *.cs.queensu.ca ciscwww pinky brain
User ryan
Host *.queensu.ca w310 ubuntu athena linux1 hera zeus ciscwww pinky brain
StrictHostKeyChecking yes
UserKnownHostsFile ~/.ssh/known_hosts.d/queensu.ca
## MIT hosts
Host mit-athena
HostName athena.dialup.mit.edu
Host all-night-tool
HostName %h.mit.edu
Host *.mit.edu mit-athena all-night-tool
User rakavan
StrictHostKeyChecking yes
PreferredAuthentications keyboard-interactive,password
UserKnownHostsFile ~/.ssh/known_hosts.d/mit.edu
## McGill hosts
Host *.cs.mcgill.ca
User ryank
StrictHostKeyChecking yes
UserKnownHostsFile ~/.ssh/known_hosts.d/cs.mcgill.ca
## Ubuntu hosts
Host puc
Hostname people.ubuntu.com
User ryanakca
## ryanak.ca hosts
Host alpha alpha.ryanak.ca alpha.rak.ac
HostName alpha.ryanak.ca
IdentityFile ~/.ssh/id_rsa-alpha
Host eos eos.ryanak.ca eos.rak.ac
HostName eos.rak.ac
Host aether aether.ryanak.ca aether.rak.ac
Hostname aether.rak.ac
IdentityFile ~/.ssh/id_rsa-aether
Host hermes hermes.ryanak.ca hermes.rak.ac
HostName hermes.ryanak.ca
IdentityFile ~/.ssh/id_rsa-hermes
Host ryanak.ca *.ryanak.ca rak.ac *.rak.ac *.vpn alpha epsilon upsilon nu eos hermes aether
UserKnownHostsFile ~/.ssh/known_hosts.d/ryanak.ca
StrictHostKeyChecking yes
User rak
## CMU hosts
Host *.andrew.cmu.edu linux.gp.cs.cmu.edu
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
User rkavanag
## Global defaults
Host *
ForwardX11 no
|