MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / StringList

Method StringList

config/ssh.go:268–274  ·  view source on GitHub ↗

StringList returns a list of cipher names.

()

Source from the content-addressed store, hash-verified

266
267// StringList returns a list of cipher names.
268func (h SSHKeyAlgoList) StringList() []string {
269 algos := make([]string, len(h))
270 for i, v := range h {
271 algos[i] = v.String()
272 }
273 return algos
274}
275
276var supportedMACs = []stringer{
277 SSHMACHMACSHA2256ETM, SSHMACHMACSHA2256, SSHMACHMACSHA196, SSHMACHMACSHA1,

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected