pkg.soopen package index

brew / 順位 7790

sslh を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install sslh

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install sslh

MacPorts ports tree · net/sslh/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S sslh

Arch Linux sync databases · sslh · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install sslh

openSUSE Tumbleweed package metadata · sslh · ソース: download.opensuse.org

概要

パッケージ概要

Forward connections based on first data packet sent by client

コマンドとエイリアス

  • sslh

履歴

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

sslh is a small Unix daemon for sharing one public port among several backend protocols by looking at the first bytes sent by a client. Its classic package-manager appeal is that it lets administrators keep SSH, HTTPS, OpenVPN, WireGuard, XMPP, SOCKS5, and similar services reachable in constrained networks without deploying a full reverse-proxy stack.

プロジェクトの歴史

The upstream changelog records basic functionality in version 1.0, with privilege dropping and configurable targets already present, followed by daemon behavior in 1.1 in 2007. Through the late 2000s and early 2010s sslh accumulated the operational traits expected of a packaged system service: libwrap support, init scripts, a manual page, inetd mode, FreeBSD fixes, IPv6 support, foreground mode, a test suite, and systemd-friendly behavior.

The project later expanded from an SSL/SSH splitter into a general protocol demultiplexer. Upstream documentation now describes probes for HTTP, TLS/SSL including SNI and ALPN, SSH, WireGuard, OpenVPN, tinc, XMPP, SOCKS5, syslog, and regular-expression based protocols, plus transparent proxying, proxyprotocol support, Docker examples, and several process models including fork, select, and libev.

採用の歴史

The official download page notes that sslh has been packaged for Debian, Gentoo, FreeBSD, and many other operating systems, while the supplied package metadata shows it in Homebrew, apk, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE package sets. That broad packaging footprint is the main sign of adoption: it is the kind of small network utility distributions carry because it solves a recurring administrator problem.

Upstream also maintains a mailing list for announcements, usage discussion, and feature requests, and directs development to GitHub, where patches and features may appear before formal releases.

使われ方

Common usage is to listen on a public address and port, often 443, then forward traffic to local services such as sshd, an HTTPS server, OpenVPN, or other backends based on protocol detection. The configuration guide says packaged scripts read configuration from /etc/sslh.cfg, and the systemd generator can also read /etc/sslh/sslh.cfg if present.

Package users care about build-time and runtime options because sslh can be compiled with libconfig, systemd socket activation, POSIX capabilities, libwrap, transparent proxying support, and different event models. Those knobs determine whether a distro package feels like a drop-in service or just a source build.

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

sslh is package-nerd material because it sits at the boundary between networking policy, init systems, and distro defaults. Small differences in config paths, capabilities, service files, and compile flags decide whether it works cleanly on a stock server.

It also preserves an old but still useful Unix pattern: one focused daemon, a readable config file, init/systemd integration, and behavior that can be composed with sshd, httpd, OpenVPN, stunnel, fail2ban, and container runtimes.

タイムライン

  • 2007: Version 1.1 added more daemon-like behavior such as PID-file support and startup forking.
  • 2008: Versions 1.3 through 1.5 added local listen-interface parsing, syslog logging, libwrap support, support scripts, and Makefile work.
  • 2009: Version 1.6 added a man page and install targets.
  • 2011: Version 1.8 added OpenVPN probing, a select-based implementation, foreground mode, tests, and Mac OS X documentation; version 1.9 added IPv6 support.
  • 2012: Version 1.11 changed defaults to better fit systemd and launchd and added an HTTP probe.
  • 2020: Version 1.21 moved configuration and command-line handling to conf2struct and changed TLS naming and config defaults.
  • 2021: Version 1.22 added UDP protocol support.
  • 2025: Versions 2.2.4 and later addressed SUSE security-review findings and added connection-limit controls.

Related projects

  • sslh is commonly used alongside sshd, web servers, OpenVPN, WireGuard, stunnel, proxytunnel, corkscrew, fail2ban, and systemd socket activation.
  • It overlaps conceptually with reverse proxies and TLS terminators, but it is focused on early protocol detection rather than HTTP routing or TLS certificate management.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:client

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

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/sslh.cfg/etc/sslh/sslh.cfg

実行可能ファイル

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

コマンド種類公開範囲メモ
sslh実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版2.3.1
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:sslh
バージョン2.3.1
パッケージマネージャHomebrew
ホームページhttps://www.rutschle.net/tech/sslh.shtml
リポジトリhttps://github.com/yrutschle/sslh
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

sslh 2.1.4-1+b1

Applicative protocol multiplexer

http://www.rutschle.net/tech/sslh/README.html

sudo apt install sslh
  • Section: net
  • Architecture: amd64
  • Source Package: sslh
  • 11 依存関係
  • 6 任意依存関係
  • normalized package name match
  • 一致条件: Sslh
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sslh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

sslh

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

sslh 1.22c-1

Applicative protocol multiplexer

http://www.rutschle.net/tech/sslh/README.html

sudo apt install sslh
  • Section: universe/net
  • Architecture: amd64
  • 9 依存関係
  • 6 任意依存関係
  • normalized package name match
  • 一致条件: Sslh
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sslh from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

sslh 2.3.1-r0

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)

https://www.rutschle.net/tech/sslh/README.html

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

sslh-doc 2.3.1-r0

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) (documentation)

https://www.rutschle.net/tech/sslh/README.html

sudo apk add sslh-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: sslh
  • normalized package name match
  • 一致条件: Sslh
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sslh-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

sslh-fail2ban 2.3.1-r0

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)

https://www.rutschle.net/tech/sslh/README.html

sudo apk add sslh-fail2ban
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: sslh
  • normalized package name match
  • 一致条件: Sslh
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sslh-fail2ban from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

sslh-openrc 2.3.1-r0

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) (OpenRC init scripts)

https://www.rutschle.net/tech/sslh/README.html

sudo apk add sslh-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: sslh
  • normalized package name match
  • 一致条件: Sslh
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sslh-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

sslh 2.3.1-6.fc45

Applicative protocol(SSL/SSH) multiplexer

https://github.com/yrutschle/sslh

sudo dnf install sslh
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sslh
  • 10 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Sslh
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sslh from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

sslh 2.3.1-1

SSL/SSH/OpenVPN/XMPP/tinc port multiplexer

https://www.rutschle.net/tech/sslh/README.html

sudo pacman -S sslh
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 7 依存関係
  • normalized package name match
  • 一致条件: Sslh
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sslh from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

sslh 2.3.1-1.4

SSL/SSH multiplexer

https://www.rutschle.net/tech/sslh.shtml

sudo zypper install sslh
  • License: GPL-2.0-or-later
  • Category: Productivity/Networking/SSH
  • Architecture: x86_64
  • Source Package: sslh
  • 9 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Sslh
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: sslh from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

sslh

sudo port install sslh
  • normalized package name match
  • 一致条件: Sslh
MacPorts ports tree · api.github.com · MacPorts ports tree: net/sslh/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation