IPWorks SSH 2020 Python Edition

Questions / Feedback?

ssh_password Property

The password for SSH password-based authentication.

Syntax

def get_ssh_password() -> str: ...
def set_ssh_password(value: str) -> None: ...

ssh_password = property(get_ssh_password, set_ssh_password)

Default Value

""

Remarks

ssh_password specifies the password which is used to authenticate the client to the SSH server.

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