summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-09-25 08:46:39 -0400
committerMike Crute <mike@crute.us>2013-09-25 08:46:39 -0400
commit3b0a017407641aa199ca4174ba6a077472ceaee2 (patch)
treea9be19e7012ee541340137ad7cbb0d0e3c51dcf9 /.ssh
parent35f5ef45e6e252c49d2489e61f300ac3483d1e58 (diff)
downloaddotfiles-3b0a017407641aa199ca4174ba6a077472ceaee2.tar.bz2
dotfiles-3b0a017407641aa199ca4174ba6a077472ceaee2.tar.xz
dotfiles-3b0a017407641aa199ca4174ba6a077472ceaee2.zip
Fixing up bizdom ssh
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config13
1 files changed, 7 insertions, 6 deletions
diff --git a/.ssh/config b/.ssh/config
index 5867a3c..dc4f81b 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -10,18 +10,19 @@ Host home.crute.me
10###################################################################### 10######################################################################
11# Finite Loop Software Servers 11# Finite Loop Software Servers
12###################################################################### 12######################################################################
13Host *.finiteloopsoftware.net
14 IdentityFile ~/.ssh/id_dsa.softgroup
15 User mcrute
16 ForwardAgent yes
17 Port 2222
18
19Host bizdom.finiteloopsoftware.net 13Host bizdom.finiteloopsoftware.net
20 Hostname 70.62.192.254 14 Hostname 70.62.192.254
21 Port 22 15 Port 22
22 16
23 LocalForward 7000 10.0.0.1:443 17 LocalForward 7000 10.0.0.1:443
24 LocalForward 7001 localhost:80 18 LocalForward 7001 localhost:80
19 LocalForward 7002 localhost:8443
20
21Host *.finiteloopsoftware.net
22 IdentityFile ~/.ssh/id_dsa.softgroup
23 User mcrute
24 ForwardAgent yes
25 Port 2222
25 26
26###################################################################### 27######################################################################
27# Other Projects 28# Other Projects