On Mon, 2003-08-25 at 09:57, Eduardo Gargiulo wrote:
> Hi all
> 
> I have imapd bound only to loopback interface. I would like to forward
> this service in my ssh connection. Is there any way to forward a service
> bound to loopback only if I'm connecting through ssh to external
> interface? How?

ssh remoteip -L 9999:localhost:143

then port 9999 on your ssh client will point to the imap server on your
remote machine.

-Mark


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to