Theia API Documentation v1.65.0
    Preparing search index...
    interface SSHKey {
        agentSupport?: boolean;
        filename: string;
        fingerprint: string;
        isPrivate?: boolean;
        parsedKey: ParsedKey;
    }
    Index

    Properties

    agentSupport?: boolean
    filename: string
    fingerprint: string
    isPrivate?: boolean
    parsedKey: ParsedKey