MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / sshHelper

Struct sshHelper

internal/test/ssh.go:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type sshHelper struct {
66 username string
67 password string
68 cnt container
69 signer ssh.Signer
70 fingerprint string
71 hostKey []byte
72}
73
74func (s *sshHelper) HostKeyAlgorithms() []string {
75 return []string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected