sshkeygen

package
v1.0.173 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collect

func Collect(hostname string)

Collect ssh host key fingerprints.

Types

type RecordMap

type RecordMap map[string]SshfpRecord

RecordMap is a map of SSHFP Records indexed by algorithm and fingerprinttype.

var SshfpRecords RecordMap //nolint:gochecknoglobals // needs refactoring.

SshfpRecords are the collected records.

type SshfpRecord

type SshfpRecord struct {
	Name            string
	Algorithm       string
	FingerprintType string
	Fingerprint     string
	TTL             string
}

SshfpRecord is an SSHFP DNS Record.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL