MCPcopy Index your code
hub / github.com/coder/coder / SSHConfigResponse

Struct SSHConfigResponse

codersdk/deployment.go:5354–5362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5352}
5353
5354type SSHConfigResponse struct {
5355 // HostnamePrefix is the prefix we append to workspace names for SSH hostnames.
5356 // Deprecated: use HostnameSuffix instead.
5357 HostnamePrefix string `json:"hostname_prefix"`
5358
5359 // HostnameSuffix is the suffix to append to workspace names for SSH hostnames.
5360 HostnameSuffix string `json:"hostname_suffix"`
5361 SSHConfigOptions map[string]string `json:"ssh_config_options"`
5362}
5363
5364// Validate checks that the deployment-provided SSH configuration is safe to
5365// write into a user's local SSH config. Validating here ensures a deployment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected