ssh
SSH Secure Shell, fix login problem from SSH Secure Shell to Ubuntu system
vim /etc/ssh/sshd_config
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers +aes128-cbc
sudo service sshd restart
Reference
Algorithm Negotiation failed when trying to connect to server