twisted.conch.endpoints.SSHCommandAddress(object)
class documentationtwisted.conch.endpoints
View 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__ |
Parameters | server | The address of the SSH server on which the command is running. (type: IAddress
provider) |
username | An authentication username which was used to authenticate against the
server at the given address. (type: bytes ) | |
command | A command which was run in a session channel on the server at the given
address. (type: bytes ) |