SSHLogonAsync Method
Logon to the SSHHost using the current SSHUser and SSHPassword .
Syntax
[VB.NET] Public Function SSHLogonAsync(ByVal SSHHost As String, ByVal SSHPort As Integer) As Task
[C#] public Task SSHLogonAsync(string SSHHost, int SSHPort);