mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
Send ssh and rosenpass config meta
This commit is contained in:
@@ -292,6 +292,9 @@ func extractPeerMeta(loginReq *proto.LoginRequest) nbpeer.PeerSystemMeta {
|
||||
Cloud: loginReq.GetMeta().GetEnvironment().GetCloud(),
|
||||
Platform: loginReq.GetMeta().GetEnvironment().GetPlatform(),
|
||||
},
|
||||
RosenpassEnabled: loginReq.GetMeta().GetRosenpassEnabled(),
|
||||
RosenpassPermissive: loginReq.GetMeta().GetRosenpassPermissive(),
|
||||
ServerSSHAllowed: loginReq.GetMeta().GetServerSSHAllowed(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user