EvilZone

Other => Found it on the Webs => Topic started by: proxx on October 01, 2015, 09:45:04 AM

Title: Using windows rdp to access your ubuntu instance
Post by: proxx on October 01, 2015, 09:45:04 AM
https://community.hpcloud.com/article/using-windows-rdp-access-your-ubuntu-instance

This is pretty sweet, wanted to share it.

Title: Re: Using windows rdp to access your ubuntu instance
Post by: 0E 800 on October 01, 2015, 06:35:09 PM
Worked like a charm. Thanks for sharing. Tested on 14.04LTS
Figure it should work on any *nix, just need the xrdp package installed and service started.

The gist:

Ubuntu
Code: [Select]
sudo apt-get install xrdp
Windows:
Code: [Select]
mstsc
computer: linux-hostname
Title: Re: Using windows rdp to access your ubuntu instance
Post by: proxx on October 01, 2015, 09:47:26 PM
Worked like a charm. Thanks for sharing. Tested on 14.04LTS
Figure it should work on any *nix, just need the xrdp package installed and service started.

The gist:

Ubuntu
Code: [Select]
sudo apt-get install xrdp
Windows:
Code: [Select]
mstsc
computer: linux-hostname
Yeah thats what I liked most, it just works.
Myself I don't use windows that often but it can be a very fitting solution in many situations espicially since windows comes packed with mstsc.
Used it today with xfce4 and it works like a charm, also allows for multiple systems connected to the same user account, I like that.