MarketSquare / SSHLibrary

Robot Framework test library for SSH and SFTP
http://marketsquare.github.io/SSHLibrary/
Other
158 stars 139 forks source link

How to set SSH connection parameters of paramiko #434

Open mglettig opened 1 year ago

mglettig commented 1 year ago

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'

Noordsestern commented 2 months ago

Hello,

thank you for your question. Is it still relevant?

As you may have noticed the size of the audience is rather slim here. If you have a general question to SSHLibrary, your best option would be SSHLibrary section of the Robot Framework Forum: https://forum.robotframework.org/c/libraries/sshlibrary/25

Or go to Robot Framework Slack and join the SSHLibrary channels.

Best regards