Results 1 to 4 of 4

Thread: Enable desktop sharing from terminal?

  1. #1
    Join Date
    Dec 2012
    Beans
    10

    Enable desktop sharing from terminal?

    Hello,

    I have a remote Ubuntu PC that I need desktop sharing enabled on and on from the logon screen, can this be done from SSH as I can access it this way?

    Thanks

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Enable desktop sharing from terminal?

    There are several ways to access a remote machine. You can choose from a command-line remote access, using OpenSSH on the server and use ssh command on the client, or you can have a graphical remote access using software like Team Viewer.

    Take a look at this post for secure ssh transmission viewing the login screen.

  3. #3
    Join Date
    Jan 2013
    Location
    GB
    Beans
    34
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Enable desktop sharing from terminal?

    Take a look at NX - http://www.nomachine.com/

  4. #4
    Join Date
    Nov 2008
    Location
    Sheffield, UK
    Beans
    1,514
    Distro
    Ubuntu

    Re: Enable desktop sharing from terminal?

    I do this via

    Code:
    ssh -R 5901:localhost:5900 my.server.com
    then on my.server.com

    Code:
    sudo apt-get install x11vnc
    x11vnc

    then from client machine open remote desktop and VNC to localhost

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •