사용자 도구

사이트 도구


linux:ssh

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ssh [2022/01/16 23:32]
kwon37xi [Linux SSH]
linux:ssh [2023/01/30 17:19] (현재)
kwon37xi [no matching cipher found.]
줄 11: 줄 11:
   * [[linux:ssh:keychain|ssh keychain]]   * [[linux:ssh:keychain|ssh keychain]]
   * [[linux:electerm|electerm]]   * [[linux:electerm|electerm]]
 +  * [[linux:scp|scp]]
  
 ===== Private Key 생성 ===== ===== Private Key 생성 =====
줄 204: 줄 205:
 Host 123.123.123.123 Host 123.123.123.123
     KexAlgorithms +diffie-hellman-group1-sha1     KexAlgorithms +diffie-hellman-group1-sha1
 +    
 </code> </code>
  
줄 212: 줄 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.1642343548.txt.gz · 마지막으로 수정됨: 2022/01/16 23:32 저자 kwon37xi