[PR #1695] [CLOSED] Send ssh and rosenpass config meta #17783

Open
opened 2026-08-05 04:07:44 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1695
Author: @mlsmaycon
Created: 3/12/2024
Status: Closed

Base: mainHead: send-ssh-rosenpass-config-meta


📝 Commits (4)

📊 Changes

14 files changed (+653 additions, -502 deletions)

View changed files

📝 client/internal/login.go (+5 -5)
📝 client/system/info.go (+14 -0)
📝 client/system/info_android.go (+11 -3)
📝 client/system/info_darwin.go (+1 -2)
📝 client/system/info_freebsd.go (+10 -3)
📝 client/system/info_ios.go (+10 -3)
📝 client/system/info_linux.go (+1 -2)
📝 client/system/info_windows.go (+1 -3)
📝 management/client/client_test.go (+4 -5)
📝 management/client/grpc.go (+5 -0)
📝 management/proto/management.pb.go (+558 -460)
📝 management/proto/management.proto (+8 -0)
📝 management/server/grpcserver.go (+3 -0)
📝 management/server/peer/peer.go (+22 -16)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1695 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 3/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `send-ssh-rosenpass-config-meta` --- ### 📝 Commits (4) - [`c9acd2f`](https://github.com/netbirdio/netbird/commit/c9acd2f88085c0fdbe4df850c97ad0ac4bfe2d8a) Send ssh and rosenpass config meta - [`c3a1e1c`](https://github.com/netbirdio/netbird/commit/c3a1e1ca2c7d0b11c48ed5305eab92c73f54a618) refactor function - [`d18d2db`](https://github.com/netbirdio/netbird/commit/d18d2db9eefe264e4774fa0db2791450e042e0cd) use config struct - [`2d350b2`](https://github.com/netbirdio/netbird/commit/2d350b25224cd2fab979c0a02edb9b57b825cf86) update protocol ### 📊 Changes **14 files changed** (+653 additions, -502 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/login.go` (+5 -5) 📝 `client/system/info.go` (+14 -0) 📝 `client/system/info_android.go` (+11 -3) 📝 `client/system/info_darwin.go` (+1 -2) 📝 `client/system/info_freebsd.go` (+10 -3) 📝 `client/system/info_ios.go` (+10 -3) 📝 `client/system/info_linux.go` (+1 -2) 📝 `client/system/info_windows.go` (+1 -3) 📝 `management/client/client_test.go` (+4 -5) 📝 `management/client/grpc.go` (+5 -0) 📝 `management/proto/management.pb.go` (+558 -460) 📝 `management/proto/management.proto` (+8 -0) 📝 `management/server/grpcserver.go` (+3 -0) 📝 `management/server/peer/peer.go` (+22 -16) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:07:44 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#17783