IPWorks SSH 2020 Python Edition

Questions / Feedback?

ssh_logon Method

Logon to the SSHHost using the current SSHUser and SSHPassword .

Syntax

def ssh_logon(ssh_host: str, ssh_port: int) -> None: ...

Remarks

Logon to the SSH server using the current ssh_user and ssh_password. This will perform the SSH handshake and authentication.

Example (Logging On)


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

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