in reply to Re: [OT] Perl, SSH port forwarding, and secure VNC
in thread Perl, SSH port forwarding, and secure VNC

just want to add that this also requires setting the sshd configuration to allow this, check the /etc/ssh/sshd_config, turn on: RSAAuthentication, PubkeyAuthentication
  • Comment on Re^2: [OT] Perl, SSH port forwarding, and secure VNC

Replies are listed 'Best First'.
Re^3: [OT] Perl, SSH port forwarding, and secure VNC
by xorl (Deacon) on Feb 22, 2005 at 13:31 UTC
    Yes this is correct. I aparently already had that turned on for some other reason.