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