macOS
brew install endlesshlocal Homebrew formula metadata
brew
endlessh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install endlesshlocal Homebrew formula metadata
sudo apk add endlesshAlpine Linux edge package indexes · endlessh · ソース: dl-cdn.alpinelinux.org
sudo apt install endlesshDebian stable package indexes · endlessh · ソース: deb.debian.org
sudo dnf install endlesshFedora Rawhide package metadata · endlessh · ソース: dl.fedoraproject.org
nix profile install nixpkgs#endlesshnixpkgs package indexes · pkgs/by-name/en/endlessh/package.nix · ソース: api.github.com
概要
SSH tarpit that slowly sends an endless banner
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
/etc/endlessh/config実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
endlessh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/skeeto/endlessh
インストールメタデータ
| パッケージキー | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | endlessh |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
endlessh 1.1-5.1
SSH tarpit that slowly sends an endless connection banner
https://github.com/skeeto/endlessh
sudo apt install endlesshendlessh
nix profile install nixpkgs#endlesshendlessh 1.1-5
SSH tarpit that slowly sends an endless connection banner
https://github.com/skeeto/endlessh
sudo apt install endlesshendlessh 1.1-r2
SSH tarpit that very slowly sends an endless, random SSH banner
https://github.com/skeeto/endlessh
sudo apk add endlesshendlessh-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-docendlessh 1.1-16.fc44
SSH tarpit that slowly sends an endless banner
https://github.com/skeeto/endlessh
sudo dnf install endlesshソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.