Skip to content

SSH.TCPTunnel.RemoteAddress

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

SSH.TCPTunnel.RemoteAddress

Property declaration

 Dim RemoteAddress As String

Remarks

When used with Connect(), the hostname or IP address of the third-party server we want the SSH server to open a connection to. If a hostname is provided then the SSH server will resolve it to an IP address according to its own DNS configuration.

When used with Listen(), the IP address of the network interface the SSH server should listen on. If this property is the empty string then the SSH server will listen on all of its interfaces.

See also

Clone this wiki locally