Jonathan,

> >(at least OpenSSH), then sshd listens only on 127.0.0.1:portnumber.
> 
> Fix this using the -g parameter (listen to everywhere, not just 
> localhost).  

"-g" is a ssh, not sshd parameter. That means if you use "ssh -g -L", then
ssh will listen on 0.0.0.0:port, otherwise (without -g) ssh will listen on
127.0.0.1:port. When you use "sshd [-g] -R", then the remote OpenSSH sshd
will always listen on 127.0.0.1:port.

Regards,

Miro
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to