t.c.e.SSHCommandAddress(object) : class documentation

Part of twisted.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__
server =
See __init__
username =
See __init__
command =
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 at 2013-11-08 22:07:30.