Comment out monkeysphere until enabled on server
This commit is contained in:
parent
5be82ed463
commit
90d317ceab
|
@ -105,11 +105,12 @@ function configure_ssh_client {
|
|||
echo 'Host *.onion' > ~/.ssh/config
|
||||
echo ' ServerAliveInterval 60' >> ~/.ssh/config
|
||||
echo ' ServerAliveCountMax 3' >> ~/.ssh/config
|
||||
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 " ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p" >> ~/.ssh/config
|
||||
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
|
||||
echo ' ProxyCommand monkeysphere ssh-proxycommand %h %p' >> ~/.ssh/config
|
||||
echo '# ProxyCommand monkeysphere ssh-proxycommand %h %p' >> ~/.ssh/config
|
||||
|
||||
echo ''
|
||||
echo $'Copy the following into a file called /home/username/.ssh/authorized_keys on the Freedombone server'
|
||||
|
|
Loading…
Reference in New Issue