553
567
"""A client medium using SSH."""
555
569
def __init__(self, host, port=None, username=None, password=None,
557
571
"""Creates a client that will connect on the first use.
559
573
:param vendor: An optional override for the ssh vendor to use. See
560
574
bzrlib.transport.ssh for details on ssh vendors.
565
579
self._password = password