Date: Sun, 19 Mar 2000 14:00:48 +1100 (EST) From: Andrew <acs@fl.net.au> To: John <papalia@udel.edu> Cc: Alfred Perlstein <bright@wintelcom.net>, Giorgos Keramidas <keramida@ceid.upatras.gr>, sgh@hypersurf.com, freebsd-questions@FreeBSD.ORG Subject: Re: _privacy Message-ID: <Pine.BSF.4.05.10003191250430.21677-100000@jander.fl.net.au> In-Reply-To: <4.1.20000318195749.00963af0@mail.udel.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Mar 2000, John wrote: > >win95 +ssh local pop3 port forwarded to 127.0.0.1:pop3 on the remote > >pop3 server. > > I don't think I completely understand the solution? Perhaps i'm just > missing something, but could you explain with more details please? The idea is that on the win95 machine you run ssh (there is a DOS port) and you run ssh on the POP server. You set up the ssh on the win95 machine to tunnel connections it receives on the pop3 port to the ssh program on the POP server. The ssh program on the POP server is told to pass on all data to localhost:pop3. You tell the POP client to connect to localhost:pop3. That connects Eudora (say) to DOS ssh which encrypts all traffic and sends it accros the network to the ssh program on the POP server which decrypts it and sends it to the POP server...thus no unencrypted traffic goes across the network. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10003191250430.21677-100000>