mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
Add ssh related flags
This commit is contained in:
@@ -438,6 +438,12 @@ func setupSetConfigReqForLogin(cfg *proto.GetConfigResponse, profileName, userna
|
|||||||
req.DisableNotifications = &cfg.DisableNotifications
|
req.DisableNotifications = &cfg.DisableNotifications
|
||||||
req.LazyConnectionEnabled = &cfg.LazyConnectionEnabled
|
req.LazyConnectionEnabled = &cfg.LazyConnectionEnabled
|
||||||
req.BlockInbound = &cfg.BlockInbound
|
req.BlockInbound = &cfg.BlockInbound
|
||||||
|
req.DisableSSHAuth = &cfg.DisableSSHAuth
|
||||||
|
req.EnableSSHRoot = &cfg.EnableSSHRoot
|
||||||
|
req.EnableSSHSFTP = &cfg.EnableSSHSFTP
|
||||||
|
req.EnableSSHLocalPortForwarding = &cfg.EnableSSHLocalPortForwarding
|
||||||
|
req.EnableSSHRemotePortForwarding = &cfg.EnableSSHRemotePortForwarding
|
||||||
|
req.SshJWTCacheTTL = &cfg.SshJWTCacheTTL
|
||||||
|
|
||||||
return &req
|
return &req
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user