From 067598b4e9dc5060c3b23d203db9c774adadf7b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 May 2016 11:24:33 +0100 Subject: [PATCH] Option to enable monkeysphere on the client --- src/freedombone-client | 1 - 1 file changed, 1 deletion(-) 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