connections. Examples are all over. [This post][DB] by Dustin Breese
seems good.
+Also note that with the `crypt` USE flag, Gentoo will install netcat
+with an [AES][] patch by [Mixter][], which allows
+
+ $ nc -k <password> -l -p <port> <host>
+ $ nc -k <password> <options> <host> <port>
+
+AES is a symmetric-key encryption standard, so you don't have to go
+through all the rigmarole of setting up SSL keys and certs for a
+one-off connection.
+
[nmap]: http://www.hackinglinuxexposed.com/articles/20031006.html
[netcat]: http://nc110.sourceforge.net/
[OpenSSL]: http://www.openssl.org/
[stunnel]: http://stunnel.mirt.net/
[DB]: http://dustinbreese.blogspot.com/2008/09/stunnel.html
+[AES]: http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
+[Mixter]: http://mixter.void.ru/
[[!tag tags/linux]]
[[!tag tags/tools]]