소스 검색

Option to enable monkeysphere on the client

Bob Mottram 9 년 전
부모
커밋
067598b4e9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/freedombone-client

+ 0
- 1
src/freedombone-client 파일 보기

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