Closed yokawasa closed 2 years ago
Fix root@127.0.0.1: Permission denied (publickey) issue #13
root@127.0.0.1: Permission denied (publickey)
Resolving the issue by adding options like -o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa which works for newer ssh client scenario (OpenSSH 8.8+)
-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
OpenSSH 8.8+
NOTE: RSA was deprecated in OpenSSH 8.8 https://www.openssh.com/txt/release-8.8
Fix
root@127.0.0.1: Permission denied (publickey)
issue #13Resolving the issue by adding options like
-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
which works for newer ssh client scenario (OpenSSH 8.8+
)