Commit Graph
3 Commits
Author SHA1 Message Date
Theodor S. Midtlien 36ba4ef091 Fix ServiceManager.AddProfile signature 2026-09-03 14:10:41 +02:00
Theodor S. Midtlien 1f262ba044 Add WIP profile ownership 2026-09-03 11:50:21 +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