사용자 도구

사이트 도구


linux:ssh

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:ssh [2020/06/24 10:27]
kwon37xi [no matching cipher found.]
linux:ssh [2021/04/07 20:56]
kwon37xi
줄 174: 줄 174:
 # 필요한 경우 # 필요한 경우
 KexAlgorithms +diffie-hellman-group1-sha1 KexAlgorithms +diffie-hellman-group1-sha1
 +
 +# Host 를 명시해서 설정하는게 나음
 +Host 123.123.123.123
 +    KexAlgorithms +diffie-hellman-group1-sha1
 </code> </code>
  
줄 181: 줄 185:
 ssh -c aes128-cbc kwon37xi@xxx.xx.xx.xx ssh -c aes128-cbc kwon37xi@xxx.xx.xx.xx
 </code> </code>
 +
 +===== SOCKS Proxy =====
 +  * [[https://www.linuxjournal.com/content/use-ssh-create-http-proxy|Use SSH to Create an HTTP Proxy | Linux Journal]]
  
linux/ssh.txt · 마지막으로 수정됨: 2023/01/30 17:19 저자 kwon37xi