diff options
Diffstat (limited to 'website/bugs')
-rw-r--r-- | website/bugs/ssh-connection-refused-with-proxycommand.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn index bece48f..4cb5ea6 100644 --- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn +++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn @@ -1,7 +1,7 @@ I added the following to my .ssh/config: -Host * -ProxyCommand monkeysphere-ssh-proxycommand %h %p + Host * + ProxyCommand monkeysphere-ssh-proxycommand %h %p So that the monkeysphere would be used for all my connections. |