User Tools

Site Tools


ssh_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
ssh_notes [2021/01/22 21:09] – [Useful links] rajussh_notes [2022/07/21 03:03] – [copying keys] raju
Line 1: Line 1:
 +==== no matching host key type found ====
 +error
 +<code>
 +$ ssh hostname -l username
 +Unable to negotiate with <IP address> port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
 +</code>
 +
 +workaround
 +<code>
 +ssh -oHostKeyAlgorithms=+ssh-dss hostname -l username
 +</code>
 +
 ==== copying keys ==== ==== copying keys ====
 When setting up password less authentication via ssh, use ssh-copy-id to copy the public key to the remote machine. When setting up password less authentication via ssh, use ssh-copy-id to copy the public key to the remote machine.
ssh_notes.txt · Last modified: 2024/04/28 04:37 by raju