Open mglettig opened 1 year 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
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'