View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008904 | Kali Linux | General Bug | public | 2024-09-10 17:37 | 2024-09-10 17:37 |
Reporter | ecarrow | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0008904: XRDP failure to authenticate user connections and establish a remote GUI session | ||||
Description | When attempting to connect to the server XRDP fails to authenticate the user and establish a remote session connection. Error message from the XRDP app "connecting to sesman on 127.0.0.1:3350" "sesman connect ok" "sending login info to session manager. Please wait..." "Login failed for user <user name>" apt autoremove -y && apt clean -y && apt update && apt upgrade --fix-missing -y && apt dist-upgrade -y nano /etc/X11/Xwrapper.config # edit and add the following lines at the end nano /etc/xrdp/sesman.ini # parameters used to start Xorg and Xvnc display servers usermod -a -G ssl-cert user1 -- Modified Firewall -- Tried running what Kali site published echo "[i] Installing Xfce4 & xrdp (this will take a while as well)" echo "[i] Configuring xrdp to listen to port 3390 (but not starting the service)" -- Edited the startwm.sh file #!/bin/sh xrdp X session start script (c) 2015, 2017, 2021 mirabilospublished under The MirOS LicenceRely on /etc/pam.d/xrdp-sesman using pam_env to load both/etc/environment and /etc/default/locale to initialise thelocale and the user environment properly.if test -r /etc/profile; then if test -r ~/.profile; then test -x /etc/X11/Xsession && exec /etc/X11/Xsessionexec /bin/sh /etc/X11/XsessionLine addedstartxfce4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-10 17:37 | ecarrow | New Issue |