Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
func
(s *sshHelper) HostKeyAlgorithms() []string {
75
return
[]string{
76
s.signer.PublicKey().Type(),
77
}
78
}
79
80
func
(s *sshHelper) Username() string {
81
return
s.username
Callers
nothing calls this directly
Calls
1
Type
Method · 0.65
Tested by
no test coverage detected