Table of Contents

Class SshConnectionInfo

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Information about an opened SSH connection.

public sealed class SshConnectionInfo
Inheritance
SshConnectionInfo
Inherited Members

Properties

HostName

Gets the server hostname.

public string HostName { get; }

Property Value

string

IsProxy

Gets whether this is a proxy connection.

public bool IsProxy { get; }

Property Value

bool

Port

Gets the server port.

public int Port { get; }

Property Value

int

ServerKey

Gets the server host key.

public HostKey ServerKey { get; }

Property Value

HostKey

UserName

Gets the username.

public string UserName { get; }

Property Value

string