Class SshProxy
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
destinationstringdestination (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
destinationstringdestination (e.g., user@host or host).
configSettingsSshConfigSettingsSshConfigSettings for the connection.
SshProxy(SshClientSettings)
Creates an SSH proxy with the specified settings.
public SshProxy(SshClientSettings settings)
Parameters
settingsSshClientSettingsSshClientSettings for the proxy connection.