SshAuthenticationMethod Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Authentication method.
Syntax
[Flags]
public enum SshAuthenticationMethod
Fields
Name | Description |
---|---|
Any | Any method. |
GssapiWithMic | Authentication method "gssapi-with-mic". |
KeyboardInteractive | Authentication method "keyboard-interactive". |
None | None. |
Password | Authentication method "password". |
PublicKey | Authentication method "publickey". |