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

Method HostKeyAlgorithms

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

HostKeyAlgorithms returns a list of usable host key algorithms.

()

Source from the content-addressed store, hash-verified

27 Password() string
28 // HostKeyAlgorithms returns a list of usable host key algorithms.
29 HostKeyAlgorithms() []string
30}
31
32// SSH creates a fully functional SSH service which you can SSH into for testing purposes.

Callers 3

ConfigureBackendMethod · 0.65
TestSSHFunction · 0.65
TestConformanceFunction · 0.65

Implementers 1

sshHelperinternal/test/ssh.go

Calls

no outgoing calls

Tested by 3

ConfigureBackendMethod · 0.52
TestSSHFunction · 0.52
TestConformanceFunction · 0.52