KnownHostsEntry
Defined in: src/profiles/importers/KnownHostsParser.ts:13
Parsed entry from an OpenSSH known_hosts file.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
comment? | string | Trailing comment text, if any. | src/profiles/importers/KnownHostsParser.ts:27 |
hashedHash? | string | Hashed-hash component for ` | 1 |
hashedSalt? | string | Hashed-salt component for ` | 1 |
hostPatterns | readonly string[] | Raw, comma-separated host patterns. Negation patterns retain their leading !. | src/profiles/importers/KnownHostsParser.ts:17 |
keyBase64 | string | Base64-encoded public key blob. | src/profiles/importers/KnownHostsParser.ts:25 |
keyType | string | SSH key algorithm identifier (e.g. ssh-ed25519, ecdsa-sha2-nistp256). | src/profiles/importers/KnownHostsParser.ts:23 |
marker? | KnownHostsMarker | Optional line marker (@cert-authority or @revoked). | src/profiles/importers/KnownHostsParser.ts:15 |
raw | string | Original line text without trailing newline. | src/profiles/importers/KnownHostsParser.ts:29 |