Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dizzy-K/AutoPT
/ SSHConfig
Class
SSHConfig
config/schema.py:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
@dataclass(slots=True)
74
class
SSHConfig:
75
host: str =
""
76
port: int = 22
77
username: str =
"root"
78
password: str =
""
79
timeout: int = 30
80
81
82
@dataclass(slots=True)
Callers
1
_build_ssh
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected