From: W. Trevor King Date: Tue, 24 Jan 2012 18:35:04 +0000 (-0500) Subject: Add the words 'telnet' to the simple server post (so I find it with grep ;). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0391cbdc19d9236e880abd56b263df1ee6676976;p=blog.git Add the words 'telnet' to the simple server post (so I find it with grep ;). --- diff --git a/posts/Simple_servers.mdwn b/posts/Simple_servers.mdwn index 97b03b8..e61c979 100644 --- a/posts/Simple_servers.mdwn +++ b/posts/Simple_servers.mdwn @@ -31,6 +31,9 @@ own. If you want netcat to stay up you'll have to restart it: The `:` is Bash's noop. +If you just want a simple telnet-style connection use: + + b$ nc a.example.net 8080 For a secure connection, use [OpenSSL][] (see [[X.509_certificate]] for more on generating keys and certificates):