netkit-telnet 0.17-44 source package in Ubuntu

Changelog

netkit-telnet (0.17-44) unstable; urgency=medium

  * QA upload
  * telnetd: Revert changes from last revision (Closes: #1000378)

 -- Bastian Germann <email address hidden>  Mon, 22 Nov 2021 23:40:00 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
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-44.dsc 1.6 KiB ca51be255cc8de2ccdbfd5712b65df7771845eb22076cc5baeb00f98330f0aca
netkit-telnet_0.17.orig.tar.gz 130.6 KiB 9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00
netkit-telnet_0.17-44.debian.tar.xz 35.7 KiB 958893ff75c88e6d6c5b925664b143008bf4d11472e480576a65035071e0b195

No changes file available.

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