구형 secureCRT 사용 시 SSH key exchange fail 로 ssh 접속이 되지 않는 경우가 발생한다.
가장 좋은 방법은 secureCRT 의 버전을 업데이트 하는 것이다.
하지만 현재 사용 중인 라이센스가 최신의 펌웨어를 지원하지 못하는 경우,,,,
서버 등에서 ssh 설정을 변경해서 접속할 수도 있다.
<SecureCRT 6.6.3 에서 Ubuntu 20.04.6에 접속 시 ssh 접속 실패 화면>
Key exchange failed.
No compatible key exchange method. The server supports these methods: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,kex-strict-s-v00@openssh.com
📌 앱코 축교환 레인보우 무빙 LED 기계식 키보드 (갈축) 최저가 구입하기
https://link.coupang.com/a/btQ4Av
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
<서버에서 sshd_config 수정>
1. 키알고리즘과 싸이퍼를 추가한다.
bob@bob:~$ nano /etc/ssh/sshd_config
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers +aes128-cbc
2. sshd.service 를 restart 하고 상태를 확인한다.
root@bob:/home/bob# systemctl restart sshd.service
root@bob:/home/bob# systemctl status sshd.service
3. secureCRT에서 접속을 시도한다.
이제 ssh 접속이 이루어진다.
'Compute > etc' 카테고리의 다른 글
[단편지식] 스택 메모리 Stack memory 와 힙 메모리 Heap memory (0) | 2024.01.25 |
---|---|
gmail SMTP 에러 | Username and Password not accepted. For more information, go to 5.7.8 (0) | 2023.12.20 |