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 Bad configuration option: pubkeyacceptedalgorithms issue #19

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

Fix #18

  1. Add RSA workaround options (-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa) which was first added in PR #17 only if the local OpenSSH version >= 8.5

  2. Add verbose option for debugging

notes