by DATUREX GmbH | Dec 20, 2014 | Linux, SSH
1. open a terminal and enter: on ubuntu 12.04: sudo add-apt-repository ppa:freenx-team/ppa on ubuntu 14.04: sudo add-apt-repository ppa:freenx-team/trusty sudo apt-get update sudo apt-get install freenx-server sudo dpkg-reconfigure freenx-server Troubleshooting on...
by DATUREX GmbH | Dec 20, 2014 | Linux, SSH
1. install the Ubuntu Desktop environment and a RDP Server: sudo apt-get install ubuntu-desktop xrdp 2. create a new user and add grant sudo rights: sudo adduser USERNAME sudo adduser USERNAME sudo 3. set users xsession configuration: sudo su USERNAME...
by DATUREX GmbH | Aug 19, 2014 | Linux, SSH
You can login with password or with certificates. To generate certificates use these commands and accept all questions with enter: ssh-keygen -t rsa ssh-keygen -t dsa This will generate a public and private certificate pair under ~/.ssh/ Now you can authorize a user...
Recent Comments