Option to enable monkeysphere on the client

This commit is contained in:
Bob Mottram 2016-05-02 11:24:33 +01:00
parent c4b2822abf
commit 067598b4e9
1 changed files with 0 additions and 1 deletions

View File

@ -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