Closed Jay991 closed 3 years ago
What do you mean? pem.key doesn't authenticate.
It's actually authenticating now and connecting to local computer. but socked is closing from reason:
[20200204-10:40:00] [INFO ] connected client computer name: immortal
[20200204-10:40:00] [DEBUG] Closed socket 12 (AF_INET6 ::ffff:IP port 3389)
Then, pem.key doesn't affect at all.
Yes i suppose it doesn't since I added xrdp user to ssl-cert:
sudo adduser xrdp ssl-cert
But why is the socket closing?
I tried to connect with Remmina. The UI was showing a black screen that said: "Reconnection in Progress. Attempt 1 of 20..."
I have the exact same problem. Remmina just can't connect to xrdp on Debian 10. However, krdc seems has no such problem and it works.
@Jay991 try to check "Glyph Cache" flag at the bottom of "Advanced" tab in connection preferences
I'm trying to connect an xrdp server to a local Xwrapper.config. I used the below to setup the server:
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get install --no-install-recommends ubuntu-mate-core ubuntu-mate-desktop -y
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon xrdp -y
adduser burp
usermod -aG admin burp
usermod -aG sudo burp
su - burp
echo mate-session> ~/.xsession
sudo cp /home/burp/.xsession /etc/skel
sudo service xrdp restart
Followed with:
sudo adduser xrdp ssl-cert
I tried to connect with Remmina. The UI was showing a black screen that said: "Reconnection in Progress. Attempt 1 of 20..."
Checked the /vat/log/xrdp.log:
Any ideas on what might be causing this? 🤔