[PR #1507] [CLOSED] Ssh allowed params #13838

Open
opened 2026-08-05 02:09:05 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1507
Author: @charnesp
Created: 1/30/2024
Status: Closed

Base: mainHead: ssh-allowed-params


📝 Commits (5)

  • ea3730d Temporary patch removing SSH server on Client
  • eb00be1 Merge pull request #1 from charnesp/no-ssh-server-on-client
  • 0f352c6 Add SSHAllowed in Config file
  • c3a8822 WIP for
  • e548494 SSH allowed flag added to conf

📊 Changes

9 files changed (+298 additions, -239 deletions)

View changed files

📝 client/cmd/root.go (+10 -7)
📝 client/cmd/up.go (+8 -0)
📝 client/internal/config.go (+16 -3)
📝 client/internal/connect.go (+1 -0)
📝 client/internal/engine.go (+43 -33)
📝 client/proto/daemon.pb.go (+209 -196)
📝 client/proto/daemon.proto (+2 -0)
📝 client/proto/daemon_grpc.pb.go (+4 -0)
📝 client/server/server.go (+5 -0)

📄 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/1507 **Author:** [@charnesp](https://github.com/charnesp) **Created:** 1/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ssh-allowed-params` --- ### 📝 Commits (5) - [`ea3730d`](https://github.com/netbirdio/netbird/commit/ea3730d29a442fc9f57c06e9f1f68dba017427df) Temporary patch removing SSH server on Client - [`eb00be1`](https://github.com/netbirdio/netbird/commit/eb00be1d06299517c60c479eab57e1af8561ac9b) Merge pull request #1 from charnesp/no-ssh-server-on-client - [`0f352c6`](https://github.com/netbirdio/netbird/commit/0f352c686ad4eda6ef7141e09a6b9a9e0fd98e2a) Add SSHAllowed in Config file - [`c3a8822`](https://github.com/netbirdio/netbird/commit/c3a8822b929b08cc4fc8de1f43504493c15c14b0) WIP for - [`e548494`](https://github.com/netbirdio/netbird/commit/e5484949ddd557c595df9c89d93f5c4c8f959e72) SSH allowed flag added to conf ### 📊 Changes **9 files changed** (+298 additions, -239 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+10 -7) 📝 `client/cmd/up.go` (+8 -0) 📝 `client/internal/config.go` (+16 -3) 📝 `client/internal/connect.go` (+1 -0) 📝 `client/internal/engine.go` (+43 -33) 📝 `client/proto/daemon.pb.go` (+209 -196) 📝 `client/proto/daemon.proto` (+2 -0) 📝 `client/proto/daemon_grpc.pb.go` (+4 -0) 📝 `client/server/server.go` (+5 -0) </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 02:09:05 -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#13838