SSHLibrary
SSHLibrary copied to clipboard
Remove problematic if statement in case of password-less login
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.