|
Re: Remote desktop on Fedora Core 5
Why use VNC? You would do better with SSH. It does everything VNC does - securely - and sshd is probably already installed and running.
$ ssh -X -C -c arcfour128 user@ipaddress "gedit /etc/fstab"
It works from Windows too - install Cygwin.[COLOR="Silver"]
Last edited by flyingfsck; 9th June 2012 at 10:15 AM.
Reason: remove double posting
|