MarketSquare / SSHLibrary

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

Remove problematic if statement in case of password-less login #467

Open nicolapace opened 1 month ago

nicolapace commented 1 month ago

In case of passwordless login the code flow enters in the if statement and transport.auth_none(username) is called without a try-except resulting in errors in case of password-less login. bug