Find the answer to your Linux question:
Results 1 to 3 of 3
Is there something else I can use to remote into my home computer?...
  1. #1
    Just Joined!
    Join Date
    Jun 2004
    Posts
    33

    other than vnc

    Is there something else I can use to remote into my home computer?

  2. #2
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    Try OpenSSH. It gives you a secure shell (using OpenSSL to encrypt all data sent over the connection).
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

  3. #3
    Just Joined!
    Join Date
    May 2004
    Posts
    34

    Re: other than vnc

    Quote Originally Posted by JROCK2004
    Is there something else I can use to remote into my home computer?
    If running from Windows you can download CYGWIN (unix utilities for Windows) Make sure to install the SSH client and all its dependents. You can ssh -X user@192.168.1.1 (or whatever IP address).

    This will foward XWindow packets so you can get the GUI up and run startkde, konqueror, nautilus, etc.. Make sure your remote pc has port tcp port 22 iirc opened and sshd daemon is running.

    -Kauai

Posting Permissions

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