]> git.donarmstrong.com Git - home-base.git/blob - .ssh/config
0ad8c361a852524b90a300056076b0e367b63e10
[home-base.git] / .ssh / config
1 Host bw.ncsa.illinois.edu
2   ServerAliveInterval 300
3 Host moszumanska.debian.org git.debian.org svn.debian.org cvs.debian.org
4   ControlPath ~/tmp/moszumanska.debian.org_%p_%r
5 Host *.debian.org
6   IdentityFile ~/.ssh/identity_debian
7   UserKnownHostsFile ~/.ssh/known_hosts_debian
8 Host teco-ilo.lab.donarmstrong.com uval-ilo.lab.donarmstrong.com
9   IdentityFile ~/.ssh/id_ilo
10   UserKnownHostsFile ~/.ssh/known_hosts_ilo
11   ForwardAgent no
12 Host *-ilo.lab.donarmstrong.com !teco-ilo.lab.donarmstrong.com !uval-ilo.lab.donarmstrong.com
13   IdentityFile ~/.ssh/id_ilo
14   UserKnownHostsFile ~/.ssh/known_hosts_ilo
15   ForwardAgent no
16   KexAlgorithms diffie-hellman-group1-sha1
17   PreferredAuthentications keyboard-interactive,password
18   Ciphers aes128-cbc,3des-cbc
19   MACs hmac-md5,hmac-sha1 
20   HostkeyAlgorithms ssh-rsa,ssh-dss
21   SendEnv
22 Host charlie delta *.sndservers.com *.*.prometheuslabor.com *.prometheuslabor.com
23   IdentityFile ~/.ssh/identity_sndservers
24   UserKnownHostsFile ~/.ssh/known_hosts_sndservers
25 # machines in the don bit
26 Host volo dn-volo.donarmstrong.com
27   User don
28   HostKeyAlias volo
29   CheckHostIP no
30   IdentityFile ~/.ssh/identity_don
31   ControlPath ~/tmp/volo_%p_%r
32 Host zeto
33   User don
34   HostKeyAlias zeto
35   CheckHostIP no
36   IdentityFile ~/.ssh/identity_don
37 # donarmstrong machines so I don't have to type them in
38 Host archimedes.ucr.edu dn-archimedes.donarmstrong.com
39   User don
40   UserKnownHostsFile ~/.ssh/known_hosts_don
41   IdentityFile ~/.ssh/identity_don
42   ControlPath ~/tmp/archimedes_%p_%r
43   LocalForward localhost:9050  localhost:9050
44 Host rzlab3.ucr.edu dn-rzlab3.donarmstrong.com
45   User don
46   UserKnownHostsFile ~/.ssh/known_hosts_don
47   IdentityFile ~/.ssh/identity_don
48   ControlPath ~/tmp/rzlab3_%p_%rA
49 Host linnode.donarmstrong.com git.donarmstrong.com linnode
50   User don
51   UserKnownHostsFile ~/.ssh/known_hosts_don
52   IdentityFile ~/.ssh/identity_don
53   ControlPath ~/tmp/linnode.donarmstrong.com_%p_%r
54 Host rzlab.ucr.edu dn-rzlab.donarmstrong.com svn.donarmstrong.com rzlab.int.donarmstrong.com
55   User don
56   UserKnownHostsFile ~/.ssh/known_hosts_don
57   IdentityFile ~/.ssh/identity_don
58   ControlPath ~/tmp/rzlab_%p_%r
59 Host spth1304.ucr.edu dn-spth1304.donarmstrong.com
60   User don
61   UserKnownHostsFile ~/.ssh/known_hosts_don
62   IdentityFile ~/.ssh/identity_don
63   ControlPath ~/tmp/spth1304.ucr.edu_%p_%r
64 Host *.donarmstrong.com
65   User don
66   UserKnownHostsFile ~/.ssh/known_hosts_don
67   IdentityFile ~/.ssh/identity_don
68 Host crito.ucr.edu
69   User don
70   UserKnownHostsFile ~/.ssh/known_hosts_don
71   IdentityFile ~/.ssh/identity_don
72 Host hemlock.ucr.edu
73   User don
74   UserKnownHostsFile ~/.ssh/known_hosts_don
75   IdentityFile ~/.ssh/identity_don
76 Host alanarmstrong.com
77   User don
78   IdentityFile ~/.ssh/identity_alanarmstrong
79 Host *.kneedraggers.com
80   User don
81   IdentityFile ~/.ssh/identity_kneedraggers
82 Host *.excelwholesale.com lists.acbnrates.com
83   User don
84   IdentityFile ~/.ssh/identity_excelwholesale
85 Host debbugs.gnu.org
86   User don
87   IdentityFile ~/.ssh/identity_debbugs_gnu
88
89 # This has to go at the bottom, because it doesn't get overridden
90 # otherwise.
91 Host *
92   ControlMaster auto
93   ControlPath ~/tmp/%h_%p_%r