]> git.donarmstrong.com Git - home-base.git/blob - .ssh/config
add jax ssh keys
[home-base.git] / .ssh / config
1 Host frogsleap.com
2   User frogsleap
3   IdentityFile ~/.ssh/identity_frogsleap
4 Host rietz.debian.org
5   IdentityFile ~/.ssh/identity_debian
6   UserKnownHostsFile ~/.ssh/known_hosts_debian
7   ProxyCommand sh -c 'if [ "$(hostname)" = "archimedes" ]; then exec nc -q 1:0 rietz.debian.org 22 2>/dev/null; else exec ssh archimedes.ucr.edu nc -q 1:0 rietz.debian.org 22 2>/dev/null; fi;'
8 Host busoni.debian.org
9   IdentityFile ~/.ssh/identity_debian
10   UserKnownHostsFile ~/.ssh/known_hosts_debian
11   ProxyCommand sh -c 'if [ "$(hostname)" = "archimedes" ]; then exec nc -q 1:0 busoni.debian.org 22 2>/dev/null; else exec ssh archimedes.ucr.edu nc -q 1:0 busoni.debian.org 22 2>/dev/null; fi;'
12 Host vasks.debian.org git.debian.org svn.debian.org cvs.debian.org
13   ControlPath ~/tmp/vasks.debian.org_%p_%r
14 Host *.debian.org
15   IdentityFile ~/.ssh/identity_debian
16   UserKnownHostsFile ~/.ssh/known_hosts_debian
17 Host teco-ilo.lab.donarmstrong.com uval-ilo.lab.donarmstrong.com
18   IdentityFile ~/.ssh/id_ilo
19   UserKnownHostsFile ~/.ssh/known_hosts_ilo
20   ForwardAgent no
21 Host *-ilo.lab.donarmstrong.com !teco-ilo.lab.donarmstrong.com !uval-ilo.lab.donarmstrong.com
22   IdentityFile ~/.ssh/id_ilo
23   UserKnownHostsFile ~/.ssh/known_hosts_ilo
24   ForwardAgent no
25   KexAlgorithms diffie-hellman-group1-sha1
26   PreferredAuthentications keyboard-interactive,password
27   HostkeyAlgorithms ssh-rsa
28   SendEnv
29 Host charlie delta *.sndservers.com *.*.prometheuslabor.com *.prometheuslabor.com
30   IdentityFile ~/.ssh/identity_sndservers
31   UserKnownHostsFile ~/.ssh/known_hosts_sndservers
32 # machines in the don bit
33 Host ernst.ucr.edu
34   User zido
35   IdentityFile ~/.ssh/identity_don
36 Host acif500.ucr.edu
37   User zido
38   IdentityFile ~/.ssh/identity_don
39 Host volo dn-volo.donarmstrong.com
40   User don
41   HostKeyAlias volo
42   CheckHostIP no
43   IdentityFile ~/.ssh/identity_don
44   ControlPath ~/tmp/volo_%p_%r
45 Host zeto
46   User don
47   HostKeyAlias zeto
48   CheckHostIP no
49   IdentityFile ~/.ssh/identity_don
50 # donarmstrong machines so I don't have to type them in
51 Host archimedes.ucr.edu dn-archimedes.donarmstrong.com
52   User don
53   UserKnownHostsFile ~/.ssh/known_hosts_don
54   IdentityFile ~/.ssh/identity_don
55   ControlPath ~/tmp/archimedes_%p_%r
56   LocalForward localhost:9050  localhost:9050
57 Host rzlab3.ucr.edu dn-rzlab3.donarmstrong.com
58   User don
59   UserKnownHostsFile ~/.ssh/known_hosts_don
60   IdentityFile ~/.ssh/identity_don
61   ControlPath ~/tmp/rzlab3_%p_%r
62 Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com git.donarmstrong.com
63   User don
64   UserKnownHostsFile ~/.ssh/known_hosts_don
65   IdentityFile ~/.ssh/identity_don
66   ControlPath ~/tmp/rzlab_%p_%r
67 Host spth1304.ucr.edu dn-spth1304.donarmstrong.com
68   User don
69   UserKnownHostsFile ~/.ssh/known_hosts_don
70   IdentityFile ~/.ssh/identity_don
71   ControlPath ~/tmp/spth1304.ucr.edu_%p_%r
72 Host *.donarmstrong.com
73   User don
74   UserKnownHostsFile ~/.ssh/known_hosts_don
75   IdentityFile ~/.ssh/identity_don
76 Host crito.ucr.edu
77   User don
78   UserKnownHostsFile ~/.ssh/known_hosts_don
79   IdentityFile ~/.ssh/identity_don
80 Host hemlock.ucr.edu
81   User don
82   UserKnownHostsFile ~/.ssh/known_hosts_don
83   IdentityFile ~/.ssh/identity_don
84 # Propel consulting machinges
85 Host 172.16.0.59
86   IdentityFile ~/.ssh/identity_propel
87 Host xen.propel.com
88   IdentityFile ~/.ssh/identity_propel
89 Host scs.propel.com
90   User darmstrong
91   IdentityFile ~/.ssh/identity_propel
92 Host pacific.propel.com
93   User darmstrong
94   IdentityFile ~/.ssh/identity_propel
95 Host builder.lab.propel.com
96   User don
97   IdentityFile ~/.ssh/identity_propel
98 Host debianarchive.lab.propel.com
99   User don
100   IdentityFile ~/.ssh/identity_propel
101 Host *.lab.propel.com
102   User darmstrong
103   IdentityFile ~/.ssh/identity_propel
104 Host *.abaca.com
105   User darmstrong
106   IdentityFile ~/.ssh/identity_propel
107 Host blogamundo.com
108   User don
109   IdentityFile ~/.ssh/identity_blogamundo
110 Host culinarytrends.net
111   User don
112   IdentityFile ~/.ssh/identity_culinarytrends
113 Host alanarmstrong.com
114   User don
115   IdentityFile ~/.ssh/identity_alanarmstrong
116 Host *.kneedraggers.com
117   User don
118   IdentityFile ~/.ssh/identity_kneedraggers
119 Host tijuana.com
120   User don
121   IdentityFile ~/.ssh/identity_castello
122 Host daycare.com
123   User don
124   IdentityFile ~/.ssh/identity_castello
125 Host *.ccin.com
126   User don
127   IdentityFile ~/.ssh/identity_castello
128   UserKnownHostsFile ~/.ssh/known_hosts_castello
129 Host *.excelwholesale.com lists.acbnrates.com
130   User don
131   IdentityFile ~/.ssh/identity_excelwholesale
132 Host debbugs.gnu.org
133   User don
134   IdentityFile ~/.ssh/identity_debbugs_gnu
135
136 # This has to go at the bottom, because it doesn't get overridden
137 # otherwise.
138 Host *
139   ControlMaster auto
140   ControlPath ~/tmp/%h_%p_%r