diff --git a/src/freedombone-client b/src/freedombone-client index d9cbb217..cce7dd5b 100755 --- a/src/freedombone-client +++ b/src/freedombone-client @@ -128,7 +128,6 @@ function configure_ssh_client { else echo " ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p" >> ~/.ssh/config fi - echo "# ProxyCommand sh -c 'monkeysphere ssh-proxycommand --no-connect %h %p ; connect -R remote -5 -S 127.0.0.1:9050 %h %p'" >> ~/.ssh/config echo 'Host *' >> ~/.ssh/config echo ' ServerAliveInterval 60' >> ~/.ssh/config echo ' ServerAliveCountMax 3' >> ~/.ssh/config