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