Overload List
Name | Description | |
---|---|---|
Authenticate(String) |
Authenticates to the SSH server interactively.
Uses AuthenticationRequest to ask for credentials.
| |
Authenticate(SshGssApiCredentials) |
Authenticates to the server using GSSAPI.
Kerberos is only supported on Mono.
NTLM is supported on Windows and partially on Mono.
| |
Authenticate(String, SshPrivateKey) |
Authenticates to the SSH server using a username and an RSA or DSA private key.
| |
Authenticate(String, String) |
Authenticates to the SSH server using a username and password.
| |
Authenticate(String, String, SshPrivateKey) |
Authenticates to the SSH server using a username and an RSA or DSA private key and a password.
|