class documentation

class SSHCommandAddress: (source)

View In Hierarchy

An SSHCommandAddress instance represents the address of an SSH server, a username which was used to authenticate with that server, and a command which was run there.

Instance Variable server See __init__
Instance Variable username See __init__
Instance Variable command See __init__
Method __init__
username = (source)
See __init__
def __init__(self, server, username, command): (source)
ParametersserverThe address of the SSH server on which the command is running. (type: IAddress provider)
usernameAn authentication username which was used to authenticate against the server at the given address. (type: bytes)
commandA command which was run in a session channel on the server at the given address. (type: bytes)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.