ubuntu 16.04 LTS editplus 암호화 알고리듬 일치 안됨 오류
프리이미지
본문
ubuntu 16.04 LTS editplus 암호화 알고리듬 일치 안됨 오류
Couldn't agree a client-to-server cipher (available: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com)
유사 오류 해결 방법
-->
vi /etc/ssh/sshd_config
and added the following to the bottom:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
sudo service sshd restart ; sudo service sshd status
댓글목록
등록된 댓글이 없습니다.