Test that the following works: * Basic function (Graphics, Mouse, Keyboard) * Network transport * Server installation (and setup) * Session startup * Sound redirection - Input (mic) - Output * Drive redirection * Printer redirection * Web integration * OpenGL * Basic function (Graphics, Mouse, Keyboard) * Nearest printer - Access control * Restricted shell (thinlinc-login) * Restricting SSH Daemon Port Forwarding ("PermitOpen") * Smart card redirection * Authentication - Interactive - Password - OTP - Public key - Smart card - Kerberos
Tested that the following works on Ubuntu 24.10: ✅ Basic function (Graphics, Mouse, Keyboard) ✅ Network transport ✅ Server installation (and setup) ✅ Session startup ☑️ Sound redirection ☑️ Output [1] ✅ Input (mic) ✅ Drive redirection ✅ Printer redirection ✅ Web integration [2] ✅ OpenGL [3] ✅ Nearest printer [4] ✅ Access control ✅ Restricted shell (thinlinc-login) [5] ✅ Restricting SSH Daemon Port Forwarding ("PermitOpen") [6] ❌ Smart card redirection [7, 8] ☑️ Authentication ✅ Smart card ✅ Password ❌ Interactive [9] ✅ OTP ✅ Public key ✅ Kerberos [1] Sound works, but not in Firefox by default. The snap-version doesn't have working audio, regular Firefox DPKG works. See bug 8201. [2] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Web%20integration [3] glxgears works [4] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Nearest%20printer [5] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Restricted%20shell [6] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Restricting%20SSH%20Daemon%20Port%20Forwarding [7] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Smart%20card%20redirection [8] The redirection in ThinLinc seems to work, we can list the certificates, but signing a file fails, submitted bug 8438. [9] Doesn't work, submitted bug 8437.
(In reply to Emelie from comment #1) > ❌ Interactive [9] > ... > [9] Doesn't work, submitted bug 8437. Turns out this was a miss in our configuration when testing. "KbdInteractiveAuthentication" must be set to "yes" in sshd_config.
With correct configuration, interactive password change works fine on Ubuntu 24.10: ✅ Interactive [10] [10] https://intranet.lkpg.cendio.se/ThinLinc/Testing/Functions/Authentication/Interactive