From nobody Wed Sep 21 21:11:44 2022 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MXrh94gYyz4cLKy; Wed, 21 Sep 2022 21:11:53 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MXrh933KTz3pNM; Wed, 21 Sep 2022 21:11:53 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 28LLBkcU012854 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 21 Sep 2022 14:11:46 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 28LLBidu012853; Wed, 21 Sep 2022 14:11:44 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Wed, 21 Sep 2022 14:11:44 -0700 From: Gleb Smirnoff To: Mike Karels Cc: Cy Schubert , Brooks Davis , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 24e1824e4646 - main - Deprecate telnet daemon Message-ID: References: <202209211517.28LFHkoJ089471@gitrepo.freebsd.org> <20220921163951.17C77AC@slippy.cwsent.com> <8EC34FC3-F299-4B03-AD4E-83D062D0E9F6@karels.net> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8EC34FC3-F299-4B03-AD4E-83D062D0E9F6@karels.net> X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4MXrh933KTz3pNM X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Mike, On Wed, Sep 21, 2022 at 01:02:17PM -0500, Mike Karels wrote: M> I have no problem with deprecating (or removing) telnetd in base. I M> think the client should remain, though. I use it frequently, although M> not on the telnet port. ftp* are another issue; anonymous FTP is a M> perfectly reasonable usage. I use it to download FreeBSD images often. Is there any service where telnet to a port would be preferred over nc(1)? -- Gleb Smirnoff