Interface RemoteSSHConnectionProvider

interface RemoteSSHConnectionProvider {
    establishConnection(options): Promise<string>;
}

Implemented by

Methods