summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-12-30 12:50:54 -0500
committerMike Crute <mike@crute.us>2013-12-30 12:50:54 -0500
commit04cb215c50bec9e18751f41ca6eb2e571b8c577c (patch)
tree83779a24c23c838d045212568b055abbf65f8af7 /.ssh
parentfbd3cf87591d09e457d654fe6d169d33fa6500b9 (diff)
downloaddotfiles-04cb215c50bec9e18751f41ca6eb2e571b8c577c.tar.bz2
dotfiles-04cb215c50bec9e18751f41ca6eb2e571b8c577c.tar.xz
dotfiles-04cb215c50bec9e18751f41ca6eb2e571b8c577c.zip
Update for bizdom
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config
index 8e76263..dea43c0 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -3,16 +3,16 @@ VerifyHostKeyDNS yes
3Host home.crute.me 3Host home.crute.me
4 IdentityFile ~/.ssh/id_dsa.softgroup 4 IdentityFile ~/.ssh/id_dsa.softgroup
5 User mcrute 5 User mcrute
6 Port 2222
6 ForwardAgent yes 7 ForwardAgent yes
7 8# LocalForward 7000 localhost:5900
8 LocalForward 7000 localhost:5900
9 9
10###################################################################### 10######################################################################
11# Finite Loop Software Servers 11# Finite Loop Software Servers
12###################################################################### 12######################################################################
13Host bizdom.finiteloopsoftware.net 13Host bizdom.finiteloopsoftware.net
14 Hostname 70.62.192.254 14 Hostname bizdom.finiteloopsoftware.com
15 Port 22 15 Port 2222
16 16
17 LocalForward 7000 10.0.0.1:443 17 LocalForward 7000 10.0.0.1:443
18 LocalForward 7001 localhost:80 18 LocalForward 7001 localhost:80