unable to exchange encryption keys

pasted my key from ~/.ssh/id_rsa
added id_rsa
am able to ssh to aws server from terminal
verified id_rsa password

what's the issue?

Comments

  • This is likely because the ssh server on your aws server uses some MAC algorithms not supported by the libssh2 library.

    Do you have a line starting with 'MACs' in /etc/ssh/sshd_config on your aws server?
Sign In or Register to comment.