]> git.donarmstrong.com Git - home-base.git/blob - .ssh/config
997ba77da1314aacc2404c3051cb387b6aea6081
[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 Host rzlab3.ucr.edu dn-rzlab3.donarmstrong.com
57   User don
58   UserKnownHostsFile ~/.ssh/known_hosts_don
59   IdentityFile ~/.ssh/identity_don
60   ControlPath ~/tmp/rzlab3_%p_%r
61 Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com git.donarmstrong.com
62   User don
63   UserKnownHostsFile ~/.ssh/known_hosts_don
64   IdentityFile ~/.ssh/identity_don
65   ControlPath ~/tmp/rzlab_%p_%r
66 Host spth1304.ucr.edu dn-spth1304.donarmstrong.com
67   User don
68   UserKnownHostsFile ~/.ssh/known_hosts_don
69   IdentityFile ~/.ssh/identity_don
70   ControlPath ~/tmp/spth1304.ucr.edu_%p_%r
71 Host *.donarmstrong.com
72   User don
73   UserKnownHostsFile ~/.ssh/known_hosts_don
74   IdentityFile ~/.ssh/identity_don
75 Host crito.ucr.edu
76   User don
77   UserKnownHostsFile ~/.ssh/known_hosts_don
78   IdentityFile ~/.ssh/identity_don
79 Host hemlock.ucr.edu
80   User don
81   UserKnownHostsFile ~/.ssh/known_hosts_don
82   IdentityFile ~/.ssh/identity_don
83 # Propel consulting machinges
84 Host 172.16.0.59
85   IdentityFile ~/.ssh/identity_propel
86 Host xen.propel.com
87   IdentityFile ~/.ssh/identity_propel
88 Host scs.propel.com
89   User darmstrong
90   IdentityFile ~/.ssh/identity_propel
91 Host pacific.propel.com
92   User darmstrong
93   IdentityFile ~/.ssh/identity_propel
94 Host builder.lab.propel.com
95   User don
96   IdentityFile ~/.ssh/identity_propel
97 Host debianarchive.lab.propel.com
98   User don
99   IdentityFile ~/.ssh/identity_propel
100 Host *.lab.propel.com
101   User darmstrong
102   IdentityFile ~/.ssh/identity_propel
103 Host *.abaca.com
104   User darmstrong
105   IdentityFile ~/.ssh/identity_propel
106 Host blogamundo.com
107   User don
108   IdentityFile ~/.ssh/identity_blogamundo
109 Host culinarytrends.net
110   User don
111   IdentityFile ~/.ssh/identity_culinarytrends
112 Host alanarmstrong.com
113   User don
114   IdentityFile ~/.ssh/identity_alanarmstrong
115 Host *.kneedraggers.com
116   User don
117   IdentityFile ~/.ssh/identity_kneedraggers
118 Host tijuana.com
119   User don
120   IdentityFile ~/.ssh/identity_castello
121 Host daycare.com
122   User don
123   IdentityFile ~/.ssh/identity_castello
124 Host *.ccin.com
125   User don
126   IdentityFile ~/.ssh/identity_castello
127   UserKnownHostsFile ~/.ssh/known_hosts_castello
128 Host *.excelwholesale.com 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