466
467
# ssh will prompt the user for a password if needed and if none is
467
468
# provided but it will not give it back, so no credentials can be
469
472
return medium.SmartSSHClientMedium(self._host, self._port,
473
self._user, self._password, bzr_remote_path=bzr_remote_path), None
473
476
class RemoteHTTPTransport(RemoteTransport):