ssh#

class platypush.message.response.ssh.SSHKeygenResponse(fingerprint: str, key_file: str, pub_key_file: str, *args, **kwargs)[source]#

Bases: SSHResponse

__init__(fingerprint: str, key_file: str, pub_key_file: str, *args, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp

class platypush.message.response.ssh.SSHResponse(*args, **kwargs)[source]#

Bases: Response

__init__(*args, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp