xrdp setup over ssh

Posted by Xianlin on Ask Ubuntu See other posts from Ask Ubuntu or by Xianlin
Published on 2012-10-17T09:33:40Z Indexed on 2012/10/17 11:22 UTC
Read the original article Hit count: 218

Filed under:
|

Here are the steps to install xrdp on ubuntu 12.04 and get it working:

http://www.ubuntututorials.com/remote-desktop-ubuntu-12-04-windows-7/

However, I want a secure xrdp connection over ssh and I am able to achieve it by using port forwarding in the software putty as below:

L1234 ==> localhost:3389

But I am still able to remote login to the ubuntu through xrdp connection when I am not connected using SSH.

It is supposed to deny remote login when SSH is not present.

In the file

/etc/xrdp/xrdp.ini

I tried to change the [global] section by adding "ip=127.0.0.1" and it didn't work.

© Ask Ubuntu or respective owner

Related posts about ssh

Related posts about xrdp

  • xrdp setup over ssh

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Here are the steps to install xrdp on ubuntu 12.04 and get it working: http://www.ubuntututorials.com/remote-desktop-ubuntu-12-04-windows-7/ However, I want a secure xrdp connection over ssh and I am able to achieve it by using port forwarding in the software putty as below: L1234 == localhost:3389 But… >>> More

  • XRDP: window manager not starting

    as seen on Super User - Search for 'Super User'
    I have setup my Ubuntu server so that I can connect and login to XRDP from Windows remote desktop. My problem is that after logging in, no window-manager is started. It only displays a single gnome-terminal with no border and gray meshed background. It seems that /usr/sbin/xrdp-sesman itself is… >>> More

  • How to configure XRDP to start cinnamon as default desktop session

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I was wondering if there is a way to make Cinnamon 1.4 the default environment upon logging in to Ubuntu 12.04. I can install Cinnamon 1.4 without any problems, but I am trying to run XRDP to log in from a Windows machine and would like it to start "Cinnamon session" instead of a Unity session by… >>> More

  • Mapping XFCE4/xRDP sessions to users

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have Ubuntu 13.10 with Xubuntu Desktop - XFCE4. I'm trying to use XDRP to allow MS Windows users to login to the machine with their own user. I've been a lot around the houses with this! I've find two half-way solutions, but can't get them to work as I'd like... 1) in /etc/xrdp/xrdp.ini I set… >>> More

  • Blank desktop when logging in via xrdp

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I am trying to access Ubuntu 11.10 using Remote Desktop from a Win 7 machine. I installed xrdp. I launch the Windows remote desktop client and login in. I then get prompted for the user name and password. It then logs in, but all I see is the background, no menus, nothing. I have to kill remote… >>> More