사용자 도구

사이트 도구


linux:ssh

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:ssh [2020/06/24 10:24]
kwon37xi [no matching cipher found.]
linux:ssh [2020/06/24 10:28]
kwon37xi [no matching cipher found.]
줄 169: 줄 169:
  
  
-''~/.ssh/config'' 마지막에 다음과 같은 설정 추가+''~/.ssh/config'' 마지막에 다음과 같은 설정 추가(알고리즘은 알아서..)
 <code> <code>
 Ciphers aes128-cbc,aes192-cbc,aes256-cbc Ciphers aes128-cbc,aes192-cbc,aes256-cbc
 # 필요한 경우 # 필요한 경우
 KexAlgorithms +diffie-hellman-group1-sha1 KexAlgorithms +diffie-hellman-group1-sha1
 +
 +# Host 를 명시해서 설정하는게 나음
 +Host 123.123.123.123
 +    KexAlgorithms +diffie-hellman-group1-sha1
 </code> </code>
  
linux/ssh.txt · 마지막으로 수정됨: 2023/01/30 17:19 저자 kwon37xi