Authenticates the user to the server and initializes the SSH session.
Namespace:
Rebex.Net
Assembly:
Rebex.SshShell (in Rebex.SshShell.dll)
Syntax
| Visual Basic |
|---|
Public Sub Login ( _ userName As String, _ password As String _ ) |
| C# |
|---|
public void Login( string userName, string password ) |
Parameters
- userName
- Type: System..::..String
The username.
- password
- Type: System..::..String
Password for the specified username.