Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAuthenticate(String)
Authenticates to the SSH server interactively. Uses AuthenticationRequest to ask for credentials.
Public methodSupported by the .NET Compact FrameworkAuthenticate(SshGssApiCredentials)
Authenticates to the server using GSSAPI. Kerberos is only supported on Mono. NTLM is supported on Windows and partially on Mono.
Public methodSupported by the .NET Compact FrameworkAuthenticate(String, SshPrivateKey)
Authenticates to the SSH server using a username and an RSA or DSA private key.
Public methodSupported by the .NET Compact FrameworkAuthenticate(String, String)
Authenticates to the SSH server using a username and password.
Public methodSupported by the .NET Compact FrameworkAuthenticate(String, String, SshPrivateKey)
Authenticates to the SSH server using a username and an RSA or DSA private key and a password.

See Also