443
446
"""A client medium using SSH."""
445
448
def __init__(self, host, port=None, username=None, password=None,
447
450
"""Creates a client that will connect on the first use.
449
452
:param vendor: An optional override for the ssh vendor to use. See