Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ SSHService
Struct
SSHService
agent/app/service/ssh.go:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
const
sshManagedMarker =
"# config by 1panel"
43
44
type
SSHService
struct
{}
45
46
type
ISSHService
interface
{
47
GetSSHInfo() (*dto.SSHInfo, error)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected