moved to better jinetd setup
[org.ibex.jinetd.git] / www / index.html
index 347ed17..943fbe9 100644 (file)
@@ -10,10 +10,12 @@ Jinetd does for TCP what servlet containers do for HTTP.
 <h3> Isn't HTTP all that matters? </h3>
 
 There are now Java servers for almost every network protocol: HTTP,
-SMTP, IMAP, POP3, NNTP, DNS, SSH, CIFS/SMB, and plenty of others.
-Using servers written in buffer-overflow-free languages is the most
-important step towards maintaining network security and stopping
-worms.
+SMTP, IMAP, POP3, NNTP, DNS, <a
+href=http://www.jcraft.com/jsch/>SSH</a>, <a
+href=http://telnetd.sourceforge.net/index.html>TELNET</a>, CIFS/SMB,
+and plenty of others.  Using servers written in buffer-overflow-free
+languages is the most important step towards maintaining network
+security and stopping worms.
 
 <h3> Huh? </h3>