Results 1 to 5 of 5

Thread: Remote Desktop

  1. #1
    Join Date
    Mar 2011
    Location
    California
    Beans
    59

    Remote Desktop

    I have an Ubuntu netbook and an Ubuntu desktop. I occassionaly need to do CPU intensive work on a file. I would like to be able to send files from my netbook to my desktop and then provide instructions remotely to my deskop.

    I did a good chunk of googlin and have tried a few things, but got stuck at some point... I tried dyndns, openvpn, openssh and port forwarding my router... I really am close to figuring this out and would appreciate any good tutorials/references to documentation on this. I am going to give this another go, wish me luck. Thanks in advance for your help.

  2. #2
    Join Date
    Mar 2007
    Location
    Outer Milky Way
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Remote Desktop

    I like to use WebDAV.

    It mounts as a folder in Dolphin or Nautilus and can be accessed like a system folder from either system.

    cf.

    http://www.kubuntuguide.info/index.php/Natty#WebDAV

    or

    http://ubuntuguide.org/wiki/Ubuntu:Natty#WebDAV

    As to remote access, you need VNC tunneled through SSH, or FreeNX.

    Possibly the new iterations of VNC have encryption built-in, but I'm not sure. (I feel my bones creaking.)
    Last edited by perspectoff; July 6th, 2011 at 05:24 PM.

    UbuntuGuide/KubuntuGuide

    Right now the killer is being surrounded by a web of deduction, forensic science,
    and the latest in technology such as two-way radios and e-mail.

  3. #3
    Join Date
    Mar 2011
    Location
    Vermont
    Beans
    162
    Distro
    Ubuntu 20.04 Focal Fossa

    Exclamation Re: Remote Desktop

    VNC/VINO has no encryption.
    Tunnel thru SSH is the only way.
    If 5900 is open to the world, look out.....

  4. #4
    Join Date
    May 2007
    Location
    Nova Scotia, Canada
    Beans
    423
    Distro
    Ubuntu

    Re: Remote Desktop

    OpenVPN (Natted I think they call it) - so it's connection to one machine, and not the entire network.
    Then openssh to login and do whatever work needs doing.

  5. #5
    Join Date
    Mar 2007
    Location
    Outer Milky Way
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Remote Desktop

    Quote Originally Posted by CVGH View Post
    VNC/VINO has no encryption.
    Tunnel thru SSH is the only way.
    If 5900 is open to the world, look out.....
    Now I remember. I thought I read that TightVNC now encrypts its VNC connections so that an SSH tunnel is not required when using it.

    I think both a recent TightVNC server and client are required for that (just like FreeNX).

    Server:
    sudo apt-get install tightvncserver

    Client:
    sudo apt-get install xtightvncviewer

    I can't remember as of which version the encryption is included. (To be safe, I still use SSH tunneling, anyway.)

    Nope, after researching it, they plan to do it but it doesn't look like TightVNC encrypts traffic, yet. Better stick with SSH tunneling or FreeNX.
    Last edited by perspectoff; July 6th, 2011 at 06:54 PM.

    UbuntuGuide/KubuntuGuide

    Right now the killer is being surrounded by a web of deduction, forensic science,
    and the latest in technology such as two-way radios and e-mail.

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
  •