Browse Source

Option to enable monkeysphere on the client

Bob Mottram 8 years ago
parent
commit
067598b4e9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-client

+ 0
- 1
src/freedombone-client View File

@@ -128,7 +128,6 @@ function configure_ssh_client {
128 128
 	else
129 129
 		echo "  ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p" >> ~/.ssh/config
130 130
 	fi
131
-	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
132 131
 	echo 'Host *' >> ~/.ssh/config
133 132
 	echo '  ServerAliveInterval 60' >> ~/.ssh/config
134 133
 	echo '  ServerAliveCountMax 3' >> ~/.ssh/config