The SSH2 module tests accounts against SSH service (support only SSH version 2).
Note: Normally SSH server does the DNS reverse lookup while doing key exchange. The testing is faster if server can resolve your IP address to hostname.
Note: Most ssh server implementations do not permit changing username in a connection (from libssh2). So the application will disconnect automatically when the username is changed.
Note: From above note, "Password First" option should not be used because the application will disconnect after testing only one credential.
Not available
Back