MCPcopy Create free account
hub / github.com/Mister-leo/fssh / SSHKeyInfo

Struct SSHKeyInfo

cmd/fssh/setup_keys.go:17–22  ·  view source on GitHub ↗

SSHKeyInfo holds metadata about a discovered SSH key

Source from the content-addressed store, hash-verified

15
16// SSHKeyInfo holds metadata about a discovered SSH key
17type SSHKeyInfo struct {
18 Path string
19 Filename string
20 IsEncrypted bool
21 Alias string // Suggested alias
22}
23
24// importSSHKeys scans ~/.ssh/ and interactively imports discovered keys
25func importSSHKeys() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected