Closed yokawasa closed 2 years ago
Fix #18
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
-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
8.5
Add verbose option for debugging
PubKeyAcceptedAlgorithms
Description
Fix #18
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
Add verbose option for debugging
notes
PubKeyAcceptedAlgorithms
was added in v8.5PubKeyAcceptedAlgorithms
is used as RSA deprecation workaround in ssh-jump 0.7.1