[PR #3170] [MERGED] [client] Allow ssh server on freebsd #16596

Open
opened 2026-08-05 04:06:19 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3170
Author: @lixmal
Created: 1/10/2025
Status: Merged
Merged: 1/14/2025
Merged by: @lixmal

Base: mainHead: allow-ssh-server-freebsd


📝 Commits (6)

  • d31543c Enable ssh server on freebsd
  • 648b22a Fix listening in netstack mode
  • 8430c37 Fix panic if login cmd fails
  • 1296ecf Tidy up go mod
  • 6d081c2 Merge branch 'main' into allow-ssh-server-freebsd
  • 95146fc [client] Allow ssh to rootless netbird (#3173)

📊 Changes

9 files changed (+60 additions, -31 deletions)

View changed files

📝 client/cmd/ssh.go (+1 -2)
📝 client/internal/engine.go (+10 -5)
📝 client/internal/engine_test.go (+1 -2)
📝 client/ssh/login.go (+23 -8)
📝 client/ssh/lookup.go (+4 -0)
📝 client/ssh/lookup_darwin.go (+4 -0)
📝 client/ssh/server.go (+5 -1)
📝 go.mod (+4 -4)
📝 go.sum (+8 -9)

📄 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/3170 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `allow-ssh-server-freebsd` --- ### 📝 Commits (6) - [`d31543c`](https://github.com/netbirdio/netbird/commit/d31543cb12dfdc85494d302b0abab426923ccec2) Enable ssh server on freebsd - [`648b22a`](https://github.com/netbirdio/netbird/commit/648b22aca15e6ade22dc8f3332cc5e32cf2e9fe4) Fix listening in netstack mode - [`8430c37`](https://github.com/netbirdio/netbird/commit/8430c37dd6aa2c87ed0af11c7047e39b6fceeada) Fix panic if login cmd fails - [`1296ecf`](https://github.com/netbirdio/netbird/commit/1296ecf96ef5da5bba5d0605de83589f73560eb9) Tidy up go mod - [`6d081c2`](https://github.com/netbirdio/netbird/commit/6d081c23714c5f066659b8fae8c82e409a94bc57) Merge branch 'main' into allow-ssh-server-freebsd - [`95146fc`](https://github.com/netbirdio/netbird/commit/95146fc22631a266f26da75a8262a636ca2fe9a3) [client] Allow ssh to rootless netbird (#3173) ### 📊 Changes **9 files changed** (+60 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/ssh.go` (+1 -2) 📝 `client/internal/engine.go` (+10 -5) 📝 `client/internal/engine_test.go` (+1 -2) 📝 `client/ssh/login.go` (+23 -8) 📝 `client/ssh/lookup.go` (+4 -0) 📝 `client/ssh/lookup_darwin.go` (+4 -0) 📝 `client/ssh/server.go` (+5 -1) 📝 `go.mod` (+4 -4) 📝 `go.sum` (+8 -9) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:06:19 -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#16596