MCPcopy
hub / github.com/openpubkey/opkssh / String

Method String

commands/login.go:61–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59)
60
61func (k KeyType) String() string {
62 switch k {
63 case ECDSA:
64 return "ecdsa"
65 case ED25519:
66 return "ed25519"
67 default:
68 return "unknown"
69 }
70}
71
72// DefaultSSHKeyFileNames are the file names ssh key pairs that opkssh may
73// write to in ~/.ssh/ during login. These are used by both login and logout

Callers 15

RunCliAndCaptureResultFunction · 0.45
runFunction · 0.45
printConfigProblemsFunction · 0.45
TestInspectCmdPrintfFunction · 0.45
TestInspectCmdJsonFunction · 0.45
TestInspectSSHCertFunction · 0.45
TestInspectKeyFunction · 0.45
TestLoginCmdFunction · 0.45
loginMethod · 0.45
writeKeysToSSHDirMethod · 0.45

Calls

no outgoing calls

Tested by 15

RunCliAndCaptureResultFunction · 0.36
TestInspectCmdPrintfFunction · 0.36
TestInspectCmdJsonFunction · 0.36
TestInspectSSHCertFunction · 0.36
TestInspectKeyFunction · 0.36
TestLoginCmdFunction · 0.36
TestLogoutCmd_OpkSSHDirFunction · 0.36