-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.TCPTunnel.RemoteAddress
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Dim RemoteAddress As String
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.