endlessh 1.1-5 source package in Ubuntu

Changelog

endlessh (1.1-5) unstable; urgency=medium

  [ Thierry B ]
  * d/endlessh.init: Background the server process.
    Closes: #972388

  [ nicoo ]
  * d/README: Explain socket activation and privileged ports
    Closes: #970512
  * Update nicoo's name
  * d/patches: Fixup DEP-3 metadata format

 -- nicoo <email address hidden>  Mon, 02 Nov 2020 14:13:46 +0100

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
endlessh_1.1-5.dsc 1.8 KiB 7e8b42804f3cbdd8336d6bb439fbf7430c69b26fbe580eaeca2fb00effc2b22a
endlessh_1.1.orig.tar.xz 11.3 KiB 1c3720dbfb56c03c85eb006d9223f813774113e9f40673b85297dcc5569ebb34
endlessh_1.1-5.debian.tar.xz 5.5 KiB e4f8c0d9e4d6ebb6b0b304d61e3e2bcf8a2f18191583c4aa68544100230dec58

Available diffs

No changes file available.

Binary packages built by this source

endlessh: SSH tarpit that slowly sends an endless connection banner

 Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
 It keeps SSH clients locked up for hours or even days at a time. The purpose is
 to put your real SSH server on another port and then let abusive bots get stuck
 in this tarpit instead of bothering a real server.
 .
 Since the tarpit is in the banner before any cryptographic exchange occurs,
 this program doesn't depend on any cryptographic libraries. It's a simple,
 single-threaded, standalone C program. It uses poll() to trap multiple clients
 at a time.
 .
 See https://nullprogram.com/blog/2019/03/22/ for more details.

endlessh-dbgsym: debug symbols for endlessh