I use 2 Ubuntu 22.04 desktop systems with the names alpha1 en beta1.
On system alpha1 the use of remote desktop is enabled.
On system beta1, I start, the remote-desktop-client, Remmina and try to make a connection to system alpha1 with the RDP protocol.
This connect try failed.
On system alpha1 in the log file /var/log/syslog the message lines below are written:
Nov 22 15:59:48 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:48:718] [1047:50226] [WARN][com.winpr.negotiate] - AcceptSecurityContext status SEC_I_CONTINUE_NEEDED [0x00090312]
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [WARN][com.winpr.negotiate] - AcceptSecurityContext status SEC_I_COMPLETE_NEEDED [0x00090313]
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [ERROR][com.winpr.sspi.NTLM] - Message Integrity Check (MIC) verification failed!
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [WARN][com.winpr.sspi] - CompleteAuthToken status SEC_E_MESSAGE_ALTERED [0x8009030F]
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [WARN][com.freerdp.core.nla] - CompleteAuthToken status SEC_E_MESSAGE_ALTERED [0x8009030F]
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [ERROR][com.freerdp.core.transport] - client authentication failure
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [ERROR][com.freerdp.core.peer] - peer_recv_callback: CONNECTION_STATE_INITIAL - rdp_server_accept_nego() fail
Nov 22 15:59:49 alpha1 gnome-remote-desktop-daemon[1047]: [15:59:49:920] [1047:50226] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1
Nov 22 15:59:49 alpha1 gnome-remote-de[1047]: Unable to check file descriptor, closing connection
How can I solve this authentication failure?