I have a mini PC on my LAN that I can only rarely have physical access to, so I’ve been using the default remote desktop service that comes with Ubuntu to connect to it from my laptop using the Jump Desktop client. I also have a samba share running from it and I can access it through SSH.
With a recent upgrade from Ubuntu 22 to 24, everything works fine except RDP. Jump Desktop tries to connect but stops and logs:
Bad NTLM message signature
ntlm verify message NtlmChallenge failed!
ntlm_process failed
rdpc_credssp_process_tsrequest failed
rdpc_credss_process_packet failed
On the Ubuntu side, everything looks ok(?), grdctl status gives status enabled in the matching port, but I’m not sure what else to check. Any ideas?
The Ubuntu 24.04 upgrade seems to be causing widespread RDP/VNC issues. This appears to be due to changes in the remote desktop stack, particularly with gnome-remote-desktop.
Key issues observed:
NTLM authentication failures with RDP clients
Session persistence problems
Poor performance at high resolutions
Authentication and connection drops
Two options to consider:
Switch to alternative remote access:
x11vnc
NoMachine NX
Apache Guacamole
Roll back to Ubuntu 22.04 (as the other user did) if remote access is critical for your workflow. 22.04 is LTS and supported until 2027.
How often do you need remote access? This would help determine if a rollback is warranted.