|
Bugzilla – Full Text Bug Listing |
| Summary: | krdc connection issues after xrdp server is renamed | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Joe S <jmscdba> |
| Component: | KDE Applications | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jmscdba |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Joe S
2024-03-28 16:15:48 UTC
Quick Summary of the problem:
When a server running XRDP is renamed from OLD-NAME to NEW-NAME and rebooted, krdc can NOT connect using the NEW-NAME.
Everything else in the network ( ssh / ping ) work with the NEW-NAME.
It is confirmed to be a krdc problem because BOTH xfreerdp and remmina RDP clients can connect using NEW-NAME.
I have traced the problem to the generated /etc/xrdp/rsakeys.ini which is created and run during install/update which generates the keys used but obviously krdc is where the issue is with the keys since xfreerdp and remmina work with the NEW-NAME.
I also tried generating my own key/cert using the command in /etc/xrdp/xrdp.ini and then modified the certificate= and key= lines to point to those generated files and then restarted the server.
When using my own generated key/cert then
krdc will prompt with an unknown certificate message when using NEW-NAME
but after clicking Continue it still just displays the blue screen and no
desktop.
reminna will prompt for the new certificate and then you can login and
desktop is displayed.
xfreerdp does not seem to care about the certificate change and will let
you login and the desktop is displayed.
If you need any other details please let me know.
Also forgot to say that a Windows client using RDP that tries to connect to NEW-NAME gets the certificate change both when the server is renamed and then it has no issues connecting and displaying the desktop. |