Table of Contents

Class SshProxy

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Proxy through an SSH server.

public sealed class SshProxy : Proxy
Inheritance
SshProxy
Inherited Members

Constructors

SshProxy(string)

Creates an SSH proxy with a destination.

public SshProxy(string destination)

Parameters

destination string

destination (e.g., user@host or host).

SshProxy(string, SshConfigSettings)

Creates an SSH proxy with a destination and config settings.

public SshProxy(string destination, SshConfigSettings configSettings)

Parameters

destination string

destination (e.g., user@host or host).

configSettings SshConfigSettings

SshConfigSettings for the connection.

SshProxy(SshClientSettings)

Creates an SSH proxy with the specified settings.

public SshProxy(SshClientSettings settings)

Parameters

settings SshClientSettings

SshClientSettings for the proxy connection.