Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] rsync ssh error



Hoi,

On Tue, Jun 20, 2023 at 01:10:51PM +0900, Charles Muller wrote:
> [..]
> Unable to negotiate with 192.81.129.86 port 22: no matching host key type
> found. Their offer: ssh-rsa,ssh-dss
> rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
> 
> 
> The most common solution I found on the web was to add
> 
> -oHostKeyAlgorithms=+ssh-rsa
> 
> to the line, but that doesn't help.

Deprecation of md5 and sha1 are also good candidates.

Why not just create a new keypair on the new version?
Might be quicker, and also safer, than reenabling the deprecated pieces.

cheers,
Chris


Home | Main Index | Thread Index