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