08-12-2020, 23:27
(This post was last modified: 08-12-2020, 23:28 by ida_carlen.)
It works!
Really impressive that you found that the problem was wrong type of RSA key.
"ssh-keygen -m PEM -t rsa -f my_file" did solve my problem.
On my remote linux host I also needed to add this to my /etc/ssh/sshd_config file:
And doing "systemctl restart ssh" after.
Thank you!
Really impressive that you found that the problem was wrong type of RSA key.
"ssh-keygen -m PEM -t rsa -f my_file" did solve my problem.
On my remote linux host I also needed to add this to my /etc/ssh/sshd_config file:
Code:
#Legacy changes
KexAlgorithms +diffie-hellman-group1-sha1Thank you!
