- 
                Notifications
    
You must be signed in to change notification settings  - Fork 134
 
Open
Description
exscript/Exscript/protocols/ssh2.py
Line 273 in cc0b63b
| for type_name in auth_types[method]: | 
The supported auth_type are hardcoded in the ssh2 module. I propose to have the possibility to set the auth_type inside the SSH2 constructor which will override the hardcoded one.
The use case is to speed up authentication phase when we know which authentication type to use (most of the time password authentication), so that we don't spend extra time testing interactive, auth_agent, auto_key.
Metadata
Metadata
Assignees
Labels
No labels