Release Notes
This release brings seamless SSH access to your machines without managing SSH keys. Every Mac or Linux machine can now run an embedded SSH server that allows access from other connected network participants. SSH server can be enabled per-peer in the Peer view in Web UI.
SSH to a remote machine:
sudo netbird ssh <PEER_IP>
More about NetBird Easy SSH in our blog post.
Management
Agent
- Automatic SSH key generation (#361)
- Embedded SSH server support for Mac and Linux (#361)
- Added NetBird SSH command
netbird ssh <PEER IP>
. Has to be run as sudo.
Web UI
- Enable/Disable the embedded SSH server on peers (netbirdio/dashboard#54)