SSH Tutorial?
der.hans
PLUGd at LuftHans.com
Tue Nov 22 22:56:23 MST 2011
Am 22. Nov, 2011 schwätzte mike enriquez so:
moin moin,
> Does anyone on the list know of a good tutorial on SSH Tunneling?
> I am interested in learning how to create a tunnel to a POP3 port?
There are many tutorials. There is one I used to recommend, I'll see if I
can find it again.
In the meantime...
ssh -L 1110:localhost:110 your.mail.server.com
This presumes you have ssh access to your mail server.
You'll need to point your local client at port 1110 of localhost.
As suggested, consider using TLS. I use SSH, but most people would
probably find TLS easier to use.
I also recommend moving to IMAP :).
ciao,
der.hans
--
# http://www.LuftHans.com/ http://www.LuftHans.com/Classes/
# "Peace cannot be kept by force. It can only be achieved by understanding."
# -- Albert Einstein
More information about the PLUG-discuss
mailing list