SSH.Authentications Enumeration
wodSSH.NET Component Documentation

SSH.Authentications Enumeration

List of all supported authentication types.

[Visual Basic]
Public Enum SSH.Authentications
[C#]
public enum SSH.Authentications

Members

Member NameDescription
None No authentication is provided.
Password Authentication using login and password.
PublicKey Authentication using login and private key.
Both Authentication using login and both password and private key.
KeyboardInteractive Authentication using login and keyboard-interactive provided password.

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

See Also

WeOnlyDo.Client Namespace