Connects to the SSH server.
Namespace:
Rebex.Net
Assembly:
Rebex.SshShell (in Rebex.SshShell.dll)
Syntax
| Visual Basic |
|---|
Public Sub Connect ( _ serverName As String, _ serverPort As Integer _ ) |
| C# |
|---|
public void Connect( string serverName, int serverPort ) |
Parameters
- serverName
- Type: System..::..String
The server address - either a hostname or a dotted string address.
- serverPort
- Type: System..::..Int32
The server port (eg. 22).