Skip to content

v0.8.0

Compare
Choose a tag to compare
@mlsmaycon mlsmaycon released this 24 Jun 20:38
· 1400 commits to main since this release
e8caa56

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

  • SSH key distribution to peers (#361)
  • Control the embedded SSH server on peers via HTTP API (#361)

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