Netbird SSH
Is Netbird SSH just like Tailscale ssh where it runs its own ssh server and anyone allowed by ACL can login without credentials?
Solution:Jump to solution
https://netbird.io/knowledge-hub/using-ssh-to-secure-remote-access - https://netbird.io/blog/ssh-without-the-hassle - https://docs.netbird.io/how-to/cli#ssh
Using SSH for Secure Remote Access
In this article, you will explore the SSH protocol, how it’s being used in companies around the world, and how you can use alternative options like NetBird for more secure access to your servers.
SSH Keys Management Without the Hassle | Netbird
We are happy to announce the release of NetBird Easy SSH.
8 Replies
I think so yeah
I have never tried it myself due to not having a production use for it
Is there any documentation on this?
@Codixer
Solution
https://netbird.io/knowledge-hub/using-ssh-to-secure-remote-access - https://netbird.io/blog/ssh-without-the-hassle - https://docs.netbird.io/how-to/cli#ssh
Using SSH for Secure Remote Access
In this article, you will explore the SSH protocol, how it’s being used in companies around the world, and how you can use alternative options like NetBird for more secure access to your servers.
SSH Keys Management Without the Hassle | Netbird
We are happy to announce the release of NetBird Easy SSH.
Thank you
Netbird SSH not working
Tried using Netbird Installed on VPS (All port open) and netbird agent running on a ubuntu locally hosted machine.
SSH is enabled in Netbird Peer settings via the web UI.
ACL policy also allows it.

I am able to ping the destination machine and also ssh traditionally using the netbird hostname or IP.
eg ssh root@IP
@Codixer sorry for the ping.
Do you have any suggestion for debugging this?
Update:
After I added netbird up --allow-server-ssh
I am now able to ssh using netbird easyssh.
However, there seems to be some bug with windows terminal.
I get this error when trying to use easyssh on windows
However, it works perfectly fine if I use a linux terminal.
I opened an issue about
netbird ssh
not working on windows. It's broken
(since a while now)GitHub
netbird ssh
is broken on windows · Issue #2498 · netbirdio/netbirdDescribe the problem When using netbird ssh linuxbox on windows, it connects but then the terminal is broken because it does not handle newlines correctly. We can type commands but nothing is prope...