Theia API Documentation v1.65.0
    Preparing search index...
    interface RemoteSSHConnectionProvider {
        establishConnection(
            options: RemoteSSHConnectionProviderOptions,
        ): Promise<string>;
        getSSHConfig(customConfigFile?: string): Promise<SSHConfig>;
        matchSSHConfigHost(
            host: string,
            user?: string,
            customConfigFile?: string,
        ): Promise<undefined | Record<string, string | string[]>>;
    }

    Implemented by

    Index

    Methods

    • Parameters

      • host: string
      • Optionaluser: string
      • OptionalcustomConfigFile: string

      Returns Promise<undefined | Record<string, string | string[]>>