Overload | Description |
---|---|
Authenticate(String,String) | Performs authentication of the SSHClient's SSH connection using the provided username and password. |
Authenticate(String,ISSHPublicKeyAuthenticationData) | Performs authentication of the SSHClient's SSH connection using the provided username and password. |
Authenticate(String,String,ISSHPublicKeyAuthenticationData) | Performs authentication of the SSHClient's SSH connection using the provided username and password. |
Authenticate(String,KeyBoardInteractiveAuthenticationHandler) | Performs authentication of the SSHClient's SSH connection using the provided username and password. |
Authenticate(String) | Performs authentication of the SSHClient's SSH connection using the provided username and password. |
Authenticate() | Performs authentication of the SSHClient's SSH connection using the provided username and password. |