Skip to content

Commit

Permalink
sshconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Papperello committed Jul 26, 2018
1 parent e907838 commit 1c32f0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ssh-config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Host *.priv.sf
User appuser
ConnectTimeout 30
#ProxyCommand ssh -o VisualHostKey=no joe@prodvm nc -q0 %h %p 2>/dev/null
#ProxyCommand ssh -p2222 -o VisualHostKey=no root@localhost nc -q0 %h %p 2>/dev/null
ProxyCommand docker exec -i prodvpn nc -q0 %h %p 2>/dev/null
StrictHostKeyChecking false
Expand All @@ -17,7 +16,7 @@ Host *.mars.sfsrv.net
Host *.saturn.sfsrv.net
User appuser
ConnectTimeout 30
ProxyCommand docker exec -i saturnvpn nc -q0 %h %p 2>/dev/null
#ProxyCommand docker exec -i saturnvpn nc -q0 %h %p 2>/dev/null
StrictHostKeyChecking false
KbdInteractiveAuthentication false

Expand All @@ -40,7 +39,7 @@ Host *.sflow.us

#
Host joe2.home.saturn.sfsrv.net
IdentityFile ~/.ssh/2016_saturn_home.key
#IdentityFile ~/.ssh/2016_saturn_home.key
ConnectTimeout 30
StrictHostKeyChecking false
KbdInteractiveAuthentication false
Expand Down

0 comments on commit 1c32f0e

Please sign in to comment.