netkit-telnet 0.17-42build1 source package in Ubuntu

Changelog

netkit-telnet (0.17-42build1) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:21:27 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Debian QA Group
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netkit-telnet_0.17.orig.tar.gz 130.6 KiB 9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00
netkit-telnet_0.17-42build1.debian.tar.xz 35.3 KiB 8dcfdab729aaf611ac2c07cc6be05bc020d1059ad154d0b47582137a71a65faa
netkit-telnet_0.17-42build1.dsc 1.8 KiB 1710d0f6232885509586afdac8f7628fe902a6f4a5067f7b0f14d36b8de677cc

View changes file

Binary packages built by this source

telnet: basic telnet client

 The telnet command is used for interactive communication with another host
 using the TELNET protocol.
 .
 For the purpose of remote login, the present client executable should be
 depreciated in favour of an ssh-client, or in some cases with variants like
 telnet-ssl or Kerberized TELNET clients. The most important reason is that
 this implementation exchanges user name and password in clear text.
 .
 On the other hand, the present program does satisfy common use cases of
 network diagnostics, like protocol testing of SMTP services, so it can
 become handy enough.

telnet-dbgsym: debug symbols for telnet
telnetd: basic telnet server

 The in.telnetd program is a server which supports the DARPA telnet interactive
 communication protocol.
 .
 This legacy server should in general be abandoned in favour of a contemporary
 ssh-server, as this implementation only is able to process password and user
 name in clear text. Other variants, like telnetd-ssl and a selection of
 Kerberized TELNET servers, are able to improve on this by providing secure
 forms of authentication and encryption.

telnetd-dbgsym: debug symbols for telnetd