Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gliderlabs/ssh
/ ExampleHostKeyFile
Function
ExampleHostKeyFile
example_test.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
ExampleHostKeyFile() {
39
ssh.ListenAndServe(
":2222"
, nil, ssh.HostKeyFile(
"/path/to/host/key"
))
40
}
Callers
nothing calls this directly
Calls
2
ListenAndServe
Function · 0.92
HostKeyFile
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…