Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set SSH connection parameters of paramiko #434

Open
mglettig opened this issue Sep 21, 2023 · 0 comments
Open

How to set SSH connection parameters of paramiko #434

mglettig opened this issue Sep 21, 2023 · 0 comments

Comments

@mglettig
Copy link

I need to set the HostKeyAlgorithms to ssh-rsa for my connection from the sshlibrary to the server. How can I do that with this library?

When I use the ssh client on my machine the following comand works:
ssh -o 'HostKeyAlgorithms=ssh-rsa' 'root@host'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant