Commit Graph
3 Commits
Author SHA1 Message Date
Theodor S. Midtlien 905bf68040 Add one-shot migration 2026-09-11 11:56:05 +02:00
Theodor S. Midtlien 2dfe7437e7 (WIP) List profiles based on ownership by Identity 2026-09-10 17:10:07 +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