On remote server edit sshd_config:
nano /etc/ssh/sshd_config
Add the following line :
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
KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
- Restart ssh service
#/etc/init.d/ssh restart
'Linux > Ubuntu' 카테고리의 다른 글
파일은 남겨두고 파일 내용만 지우고자 할 때. (0) | 2017.05.17 |
---|---|
Node.js npm install 시 자꾸 Kill을 뱉을때 (0) | 2017.03.29 |
[Ubuntu] Nohub의 사용 (0) | 2017.03.11 |
[Ubuntu] Ubuntu 서버 14.04 초기설정 가이드 (0) | 2016.11.23 |