Interface RemoteSSHConnectionProviderOptions

interface RemoteSSHConnectionProviderOptions {
    host: string;
    nodeDownloadTemplate?: string;
    user: string;
}

Properties

host: string
nodeDownloadTemplate?: string
user: string