Interface RemoteSSHConnectionProviderOptions

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

Properties

customConfigFile?: string
host: string
nodeDownloadTemplate?: string
user: string