PubkeyAcceptedKeyTypes=+ssh-rsa with Paramiko

Viewed 83

Is there a way to have the same behavior with Paramiko, as when using ssh option:

-o PubkeyAcceptedKeyTypes=+ssh-rsa
1 Answers
Related