SSH.SupportedProtocols Enumeration
wodSSH.NET Component Documentation

SSH.SupportedProtocols Enumeration

List of protocols supported by wodSSH.NET.

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

Members

Member NameDescription
Raw Raw protocol
Telnet Telnet protocol
SSH1 SSH1 protocol
SSH2 SSH2 protocol
SSHAuto Automatically choose SSH protocol
Rlogin Rlogin protocol

Requirements

Namespace: WeOnlyDo.Client

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

See Also

WeOnlyDo.Client Namespace