yokawasa / kubectl-plugin-ssh-jump

A kubectl plugin to access nodes or remote services using a SSH jump Pod
Apache License 2.0
176 stars 18 forks source link

Fix root@127.0.0.1: Permission denied issue cased by newer ssh client #17

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Fix root@127.0.0.1: Permission denied (publickey) issue #13

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+)

NOTE: RSA was deprecated in OpenSSH 8.8 https://www.openssh.com/txt/release-8.8