Option to enable monkeysphere on the client
This commit is contained in:
parent
c4b2822abf
commit
067598b4e9
|
@ -128,7 +128,6 @@ function configure_ssh_client {
|
||||||
else
|
else
|
||||||
echo " ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p" >> ~/.ssh/config
|
echo " ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p" >> ~/.ssh/config
|
||||||
fi
|
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 'Host *' >> ~/.ssh/config
|
||||||
echo ' ServerAliveInterval 60' >> ~/.ssh/config
|
echo ' ServerAliveInterval 60' >> ~/.ssh/config
|
||||||
echo ' ServerAliveCountMax 3' >> ~/.ssh/config
|
echo ' ServerAliveCountMax 3' >> ~/.ssh/config
|
||||||
|
|
Loading…
Reference in New Issue