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