MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / HostKeyAlgorithms

Method HostKeyAlgorithms

internal/test/ssh.go:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (s *sshHelper) HostKeyAlgorithms() []string {
75 return []string{
76 s.signer.PublicKey().Type(),
77 }
78}
79
80func (s *sshHelper) Username() string {
81 return s.username

Callers

nothing calls this directly

Calls 1

TypeMethod · 0.65

Tested by

no test coverage detected