Automic VaultAutomic Vault

brew

endlessh を Homebrew, apk, apt, dnf, Nix でインストール

endlessh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install endlessh

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add endlessh

Alpine Linux edge package indexes · endlessh · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install endlessh

Debian stable package indexes · endlessh · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install endlessh

Fedora Rawhide package metadata · endlessh · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#endlessh

nixpkgs package indexes · pkgs/by-name/en/endlessh/package.nix · ソース: api.github.com

概要

パッケージ概要

SSH tarpit that slowly sends an endless banner

コマンドとエイリアス

  • endlessh

履歴

プロジェクトの歴史と使われ方

Endlessh is an SSH tarpit: it accepts SSH connections and slowly sends an endless, random pre-authentication banner so automated clients remain tied up for a long time. Its purpose is to move the real SSH daemon elsewhere and let noisy scanners waste time on port 22.

プロジェクトの歴史

The author introduced Endlessh publicly in March 2019 as a small C program that exploits the SSH identification-banner phase before cryptographic negotiation. Because the tarpit happens before key exchange, the README notes that Endlessh needs no cryptographic libraries.

The implementation was intentionally simple and portable: a single-threaded C server using `poll()` to handle many delayed clients. The project blog describes this as a resource-minimizing design, trading maximum platform-specific efficiency for low memory use and broad Unix portability.

採用の歴史

Endlessh became a recognizable defensive toy-tool because it addresses a universal server-owner annoyance: constant automated SSH probing. The launch article notes discussion on Hacker News and Reddit and describes real deployments with many trapped clients.

Its adoption niche is operational rather than cryptographic. Users generally run it on the public SSH port, move real SSH to another port, and tune delay, banner length, client limit, logging, and bind family through command-line flags or `/etc/endlessh/config`.

使われ方

The default command listens on port 2222, with a 10-second delay between banner lines and a default maximum of 4096 clients. The README and man page document flags for IPv4 or IPv6 binding, delay, config file, max line length, max clients, port, syslog, and verbosity.

A sample configuration file uses OpenSSH-like syntax with `Port`, `Delay`, `MaxLineLength`, `MaxClients`, `LogLevel`, and `BindFamily`. Signals are also part of normal operation: SIGTERM shuts down cleanly, SIGHUP reloads configuration, and SIGUSR1 prints connection statistics.

パッケージ好きにとっての重要性

Endlessh is package-nerd significant because it is tiny, dependency-light security plumbing with a clear daemon shape. It is easy to package, easy to supervise, and easy to understand from its man page, yet it changes the economics of commodity SSH scanning.

It is also a good example of a Unix package whose README is effectively the operational model: one binary, one config file, no keys, no crypto, and behavior controlled by conventional flags and signals.

タイムライン

  • 2019: Endlessh introduced publicly in the author's blog post.
  • 2020: Man page date records January 29, 2020.
  • 2019-present: Project remains available as a small standalone C SSH tarpit.

Related projects

  • OpenSSH is the operational counterpart users typically move away from the public tarpit port.
  • RFC 4253 is the SSH protocol behavior Endlessh relies on for pre-identification banner lines.
  • Other tarpits and asyncio-based tarpit sketches are discussed in the author's introductory article.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:ssh

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/endlessh/config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
endlesshcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.1
マネージャ更新日
ローカルデータOK
上流最新
検出された最新1.1

https://github.com/skeeto/endlessh

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:endlessh
バージョン1.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/endlessh
ホームページhttps://github.com/skeeto/endlessh
リポジトリhttps://github.com/skeeto/endlessh
上流ドキュメントhttps://github.com/skeeto/endlessh#readme
ライセンスUnlicense
ソースアーカイブhttps://github.com/skeeto/endlessh/archive/refs/tags/1.1.tar.gz
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameendlessh
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

endlessh 1.1-5.1

SSH tarpit that slowly sends an endless connection banner

https://github.com/skeeto/endlessh

sudo apt install endlessh
  • Section: devel
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Endlessh
Debian stable package indexes · deb.debian.org · Debian stable package indexes: endlessh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

endlessh

nix profile install nixpkgs#endlessh
  • normalized package name match
  • 一致条件: Endlessh
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/en/endlessh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

endlessh 1.1-5

SSH tarpit that slowly sends an endless connection banner

https://github.com/skeeto/endlessh

sudo apt install endlessh
  • Section: universe/devel
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Endlessh
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: endlessh from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

endlessh 1.1-r2

SSH tarpit that very slowly sends an endless, random SSH banner

https://github.com/skeeto/endlessh

sudo apk add endlessh
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: endlessh
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Endlessh
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: endlessh from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

endlessh-doc 1.1-r2

SSH tarpit that very slowly sends an endless, random SSH banner (documentation)

https://github.com/skeeto/endlessh

sudo apk add endlessh-doc
  • License: Unlicense
  • Architecture: x86_64
  • Source Package: endlessh
  • normalized package name match
  • 一致条件: Endlessh
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: endlessh-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

endlessh 1.1-16.fc44

SSH tarpit that slowly sends an endless banner

https://github.com/skeeto/endlessh

sudo dnf install endlessh
  • License: Unlicense
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: endlessh
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Endlessh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: endlessh from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment