I get this error when I want to send a file from my server A to my server B.
Could it be because the OpenSSH versions are different?
Unable to negotiate with 192.168.1.23 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
scp: Connection closed
A server : OpenSSH_9.3p2, OpenSSL 1.0.2k-fips
I cannot send from server A to another server, not only B
There are temporary solutions, it happens when I enter a parameter to the scp command, but what can be done for a permanent solution?
Edit:
I can send files to some servers with scp.
I wonder if there is a problem with the target server
Could it be because the OpenSSH versions are different?
Unable to negotiate with 192.168.1.23 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
scp: Connection closed
A server : OpenSSH_9.3p2, OpenSSL 1.0.2k-fips
I cannot send from server A to another server, not only B
There are temporary solutions, it happens when I enter a parameter to the scp command, but what can be done for a permanent solution?
Edit:
I can send files to some servers with scp.
I wonder if there is a problem with the target server
Last edited: