Quote:
Originally Posted by rkomar
If you are using an RSA keypair, did you try adding the openssh options shown in @SERG-987's post just above? A lot of old algorithms have been disabled by default in recent versions of openssh.
|
Do you mean just doing ssh like:
Code:
>ssh reader@192.168.0.160 -p 1124 -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
Connection closed by 192.168.0.160 port 1124
I still get the same error. I also tried with ED25519 key. Tried with both reader and sreader as username.