|
|||||||||||
|
Re: Securing ssh tunnels.
From: Brian Hatch <secure-shell(at)ifokr.org>
Date: Thu Jun 26 2003 - 13:25:06 EDT > There is SSL Telnet, but I have no references to that any more. Kinda a
Stunnel will let you encrypt arbitrary cleartext protocols inside SSL. It's great for securing code to which you don't have the source, or if you don't have the SSL knowledge to build in native SSL support. For example if you want to SSLify your POP or IMAP server, Stunnel is easy and secure[1]. However when something better is available, Stunnel is not the answer. For example Apache has apache-ssl or mod_ssl - use one of those, they're built in. For logging in remotely/secure file transfer/etc, use SSH. Any wrapper has it's limitations. If your telnet uses OOB data, for example, that'll get inlined in Stunnel, which could cause problems. [1] When done right - you need to check certificates, of course. -- Brian Hatch "Do you understand Systems and everything you say, sir?" Security Engineer "Yes, if I listen http://www.ifokr.org/bri/ attentively." Every message PGP signed
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:03:00 EDT |
||||||||||
|
|||||||||||