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