@tikoci/centrs
    Preparing search index...

    Interface ResolvedAuth

    interface ResolvedAuth {
        password: string;
        passwordProvided: boolean;
        passwordSource?: ResolverSettingSource;
        sshKey?: string;
        sshKeySource?: ResolverSettingSource;
        username?: string;
        usernameSource?: ResolverSettingSource;
    }
    Index

    Properties

    password: string
    passwordProvided: boolean
    passwordSource?: ResolverSettingSource
    sshKey?: string

    SSH private-key path for sftp/scp/ssh; path only, never key material.

    sshKeySource?: ResolverSettingSource
    username?: string
    usernameSource?: ResolverSettingSource