summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2013-09-18 15:18:01 -0400
committerMike Crute <mike@crute.us>2013-09-18 15:18:01 -0400
commitc3d688604c5f40039e8beccae12c6a89e88c1086 (patch)
treec55aa27188d3d03a3629532de22d447e06b136fc /.ssh
parentfde64ffa437171765bb312950b5959223f6922a4 (diff)
downloaddotfiles-c3d688604c5f40039e8beccae12c6a89e88c1086.tar.bz2
dotfiles-c3d688604c5f40039e8beccae12c6a89e88c1086.tar.xz
dotfiles-c3d688604c5f40039e8beccae12c6a89e88c1086.zip
Cleanup
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config48
1 files changed, 4 insertions, 44 deletions
diff --git a/.ssh/config b/.ssh/config
index 79d3be8..0e46816 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -6,10 +6,7 @@ Host home.crute.me
6 ForwardAgent yes 6 ForwardAgent yes
7 Port 2222 7 Port 2222
8 8
9 # VNC, AFP, iTunes
10 LocalForward 7000 localhost:5900 9 LocalForward 7000 localhost:5900
11 LocalForward 7001 localhost:548
12 LocalForward 3689 localhost:3689
13 10
14###################################################################### 11######################################################################
15# Finite Loop Software Servers 12# Finite Loop Software Servers
@@ -20,47 +17,10 @@ Host *.finiteloopsoftware.net
20 ForwardAgent yes 17 ForwardAgent yes
21 Port 2222 18 Port 2222
22 19
23Host fvda1 20Host bizdom.finiteloopsoftware.net
24 Hostname virdocs-prod-app1.finiteloopsoftware.net 21 Hostname 70.62.192.254
25 IdentityFile ~/.ssh/id_dsa.softgroup 22 LocalForward 7000 localhost:443
26 User mcrute 23 LocalForward 7001 localhost:161
27 ForwardAgent yes
28 Port 2222
29
30Host fsta1
31 Hostname finiteloop-stage-app1.finiteloopsoftware.net
32 IdentityFile ~/.ssh/id_dsa.softgroup
33 User mcrute
34 ForwardAgent yes
35 Port 2222
36
37Host fpra1
38 Hostname finiteloop-prod-app1.finiteloopsoftware.net
39 IdentityFile ~/.ssh/id_dsa.softgroup
40 User mcrute
41 ForwardAgent yes
42 Port 2222
43
44Host fops1
45 Hostname ops1.finiteloopsoftware.net
46 IdentityFile ~/.ssh/id_dsa.softgroup
47 User mcrute
48 ForwardAgent yes
49 Port 2222
50
51Host fdb1
52 Hostname finiteloop-db1.dal.finiteloopsoftware.net
53 IdentityFile ~/.ssh/id_dsa.softgroup
54 User mcrute
55 ForwardAgent yes
56 Port 2222
57
58Host softgroup1
59 Hostname softgroup1.finiteloopsoftware.net
60 Port 22
61 IdentityFile ~/.ssh/id_dsa.softgroup
62 User mcrute
63 ForwardAgent yes
64 24
65###################################################################### 25######################################################################
66# Other Projects 26# Other Projects