X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: telnet to newsgroup Date: Thu, 05 Apr 2012 22:26:58 -0700 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120309 Thunderbird/11.0 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 04/05/2012 09:35 PM, John wrote: >> It's not a telnet connection. You're not using telnet! You're using >> gnutls-cli, which is not telnet. > Fair enough, I like clarity too. More precisely I could say that it is a > secure form of telnet-like communication, similar to OpenSSL or Putty, > perhaps. What do you think? I think that telnet is telnet(1) or /bin/telnet and it normally connects to another machine starting up an interactive shell session but it can also connect to any other port and as such generally serves as a way to have a primitive "conversation" with a "listener" (AKA service) on the other end hence the telnet 25 or telnet 80. But it is not similar to OpenSSH or Putty. While you could ssh to a non standard port I believe ssh will, at least by default, encrypt traffic thus making it utterly useless as a primitive "I'll just connect to the SMTP port of that machine and speak 'SMTP' to it" usage. Hey, you asked what I thought... -- Andrew DeFaria The 2 most common elements in the universe are hydrogen and stupidity. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple