MCPcopy Create free account
hub / github.com/Mister-leo/fssh / ProxyConfig

Struct ProxyConfig

internal/sshconfig/hostconfig.go:60–65  ·  view source on GitHub ↗

ProxyConfig represents proxy settings

Source from the content-addressed store, hash-verified

58
59// ProxyConfig represents proxy settings
60type ProxyConfig struct {
61 Type ProxyType
62 Host string
63 Port string
64 Username string // For jump hosts
65}
66
67// ValidateHostConfig validates a host configuration
68func ValidateHostConfig(cfg *HostConfig) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected