Commit Graph
3 Commits
Author SHA1 Message Date
Theodor S. Midtlien ff1ae1e123 Add one-shot migration 2026-09-16 10:50:56 +02:00
Theodor S. Midtlien 684820c09e (WIP) List profiles based on ownership by Identity 2026-09-16 10:50:56 +02:00
Zoltan Papp ecfbd686b8 [client, android] Expose ssh functionality for Android (#7156)
Adds an SSHClient gomobile binding so the Android app can run an SSH session over the tunnel with a PTY, exposed through a listener interface for the in-app terminal.

Server type is auto-detected from the SSH banner, which selects the auth path: JWT device-code flow, NetBird key, or a regular server (NetBird key first, then password). Host keys are verified against the peer registry for NetBird servers and trust-on-first-use for regular ones.
2026-08-18 18:49:13 +02:00