사용자 도구

사이트 도구


linux:ssh

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
linux:ssh [2023/01/30 17:17]
kwon37xi [no matching cipher found.]
linux:ssh [2023/01/30 17:19] (현재)
kwon37xi [no matching cipher found.]
줄 206: 줄 206:
     KexAlgorithms +diffie-hellman-group1-sha1     KexAlgorithms +diffie-hellman-group1-sha1
          
-# 간혹 ssh-dss,ssh-rsa hostkey algorithm 지원 안한다고 나올 때가 있음. 
-# 전역 혹은, Host 에 다음추가 
-HostkeyAlgorithms ssh-dss,ssh-rsa 
 </code> </code>
  
줄 217: 줄 214:
 </code> </code>
  
 +===== no match host key type found =====
 +  * 아래와 같은 형태의 메시지가 나온다면,
 +<code>
 +Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer: ssh-dss, ssh-rsa
 +</code>
 +  * 위에서와 같이 전역으로 혹은 특정 ''Host'' 에 다음과 같이 설정한다.
 +<code sh>
 +
 +HostkeyAlgorithms ssh-dss,ssh-rsa
 +</code>
 ===== SSH Pipe ===== ===== SSH Pipe =====
   * [[https://www.maketecheasier.com/ssh-pipes-linux/|How to Use SSH Pipes on Linux]]   * [[https://www.maketecheasier.com/ssh-pipes-linux/|How to Use SSH Pipes on Linux]]
linux/ssh.txt · 마지막으로 수정됨: 2023/01/30 17:19 저자 kwon37xi