We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa15a63 commit 93f61aaCopy full SHA for 93f61aa
tailcfg/tailcfg.go
@@ -2342,6 +2342,10 @@ const (
2342
// NodeAttrDisableCaptivePortalDetection instructs the client to not perform captive portal detection
2343
// automatically when the network state changes.
2344
NodeAttrDisableCaptivePortalDetection NodeCapability = "disable-captive-portal-detection"
2345
+
2346
+ // NodeAttrSSHEnvironmentVariables enables logic for handling environment variables sent
2347
+ // via SendEnv in the SSH server and applying them to the SSH session.
2348
+ NodeAttrSSHEnvironmentVariables NodeCapability = "ssh-env-vars"
2349
)
2350
2351
// SetDNSRequest is a request to add a DNS record.
0 commit comments