edgeport - v1.0.6
    Preparing search index...

    Interface SshfpRecord

    An SSH key fingerprint record (RFC 4255).

    interface SshfpRecord {
        algorithm: number;
        fingerprint: string;
        fpType: number;
    }
    Index
    algorithm: number

    The key algorithm (1=RSA, 2=DSA, 3=ECDSA, 4=Ed25519).

    fingerprint: string

    The fingerprint as a lowercase hex string.

    fpType: number

    The fingerprint type (1=SHA-1, 2=SHA-256).