SSHLogon Method

Logon to the SSHHost using the current SSHUser and SSHPassword .

Syntax

public void SSHLogon(string SSHHost, int SSHPort);
Public Sub SSHLogon(ByVal SSHHost As String, ByVal SSHPort As Integer)

Remarks

Logon to the SSH server using the current SSHUser and SSHPassword. This will perform the SSH handshake and authentication.

Example (Logging On)


SSHPlexControl.SSHUser = "username"
SSHPlexControl.SSHPassword = "password"
SSHPlexControl.SSHLogon("sshHost", sshPort)

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 .NET Edition - Version 20.0 [Build 8501]