class documentation

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.

Method __init__ No summary
Instance Variable command See __init__
Instance Variable server See __init__
Instance Variable username See __init__
def __init__(self, server, username, command): (source)
Parameters
server:IAddress providerThe address of the SSH server on which the command is running.
username:bytesAn authentication username which was used to authenticate against the server at the given address.
command:bytesA command which was run in a session channel on the server at the given address.