Displaying 1 result from an estimated 1 matches for "m1llmpfye31".
2001 Apr 05
1
bug in channel_still_open() ?
...=====================================================================
Newsgroups: comp.security.ssh
Subject: Re: POP3 Tunnel Closes on Second Connection
References: <3AC4AAE0.4EE58BE9 at well.com>
From: slade at shore.net (Richard E. Silverman)
Date: 05 Apr 2001 03:56:34 -0400
Message-ID: <m1llmpfye31.fsf at syrinx.oankali.net>
Lines: 40
> We have set up a local server to tunnel pop3 connections to our "real"
> mail server, using ssh2 local port forwarding:
>
> ssh -f -g -l {user} -L 110:mailserver:110 -N -P mailserver
>
> The first time we make a pop3 conn...