You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'
The text was updated successfully, but these errors were encountered: