pkg.soopen package index

brew / 順位 510

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install sshpass

local Homebrew formula metadata

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

MacPorts ports tree · sysutils/sshpass/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

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

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

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

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

Windows

Scoop確認済み · 92%
scoop install main/sshpass

Scoop official bucket manifest trees · bucket/sshpass.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id xhcoding.sshpass-win32 -e

Windows Package Manager source index · xhcoding.sshpass-win32 · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Non-interactive SSH password auth

コマンドとエイリアス

  • sshpass

履歴

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

sshpass is a small CLI for non-interactive SSH password authentication. It occupies a controversial but persistent niche: automating password-based SSH in scripts even though the project page itself says most users should prefer SSH public-key authentication.

プロジェクトの歴史

The official SourceForge project describes sshpass as a tool for performing SSH interactive keyboard password authentication non-interactively. The official file feed shows public tarball releases beginning with 0.01 in January 2006, followed by 1.00 in March 2006 and later maintenance releases through 1.10 in February 2023.

採用の歴史

The input package-manager facts show sshpass packaged across many ecosystems, including Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, Nix, MacPorts, openSUSE, Scoop, winget, and others. That breadth reflects the demand for a tiny compatibility utility in CI scripts, provisioning tools, and legacy environments.

使われ方

sshpass is commonly used when a command expects interactive SSH password entry but a script needs to supply it non-interactively. The official project description frames this as password-auth automation and explicitly warns that public-key authentication is the more secure normal path.

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

Package nerds care because sshpass is a classic example of a tiny package with a huge policy footprint: useful, often frowned upon, easy to package, and frequently debated in automation contexts. Its existence in package catalogs documents the gap between ideal SSH key hygiene and the messy reality of legacy systems.

タイムライン

  • 2006: Official SourceForge file feed lists sshpass 0.01 on 5 January 2006.
  • 2006: Official SourceForge file feed lists sshpass 1.00 on 16 March 2006.
  • 2011: Official SourceForge file feed lists sshpass 1.05 on 6 August 2011.
  • 2016: Official SourceForge file feed lists sshpass 1.06 on 30 June 2016.
  • 2021: Official SourceForge file feed lists sshpass 1.07, 1.08, and 1.09.
  • 2023: Official SourceForge file feed lists sshpass 1.10 on 12 February 2023.

Related projects

  • sshpass is related to OpenSSH, password-authenticated automation, CI/provisioning scripts, expect-style terminal automation, and public-key based SSH workflows.

セキュリティ状態

リスクレベル: 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 メタデータは 10 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://sourceforge.net/projects/sshpass/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:sshpass
バージョン1.10
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/sshpass
ホームページhttps://sourceforge.net/projects/sshpass/
上流ドキュメントhttps://sourceforge.net/projects/sshpass/
ライセンスGPL-2.0-only
ソースアーカイブhttps://downloads.sourceforge.net/project/sshpass/sshpass/1.10/sshpass-1.10.tar.gz
最終更新2026-07-04T13:13:44+09:00
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点Sshpass is a tool for non-interactively performing password authentication with SSH's so called "interactive keyboard password authentication". Most users should use SSH's more secure public key authentication instead. See `man sshpass` for more information.

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

sshpass 1.10-0.1

Non-interactive ssh password authentication

https://sourceforge.net/projects/sshpass

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

sshpass

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

sshpass 1.09-1

Non-interactive ssh password authentication

https://sourceforge.net/projects/sshpass

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

sshpass 1.10-r0

Non-interactive SSH authentication utility

https://sourceforge.net/projects/sshpass/

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

sshpass-doc 1.10-r0

Non-interactive SSH authentication utility (documentation)

https://sourceforge.net/projects/sshpass/

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

sshpass 1.09-13.fc45

Non-interactive SSH authentication utility

http://sshpass.sourceforge.net/

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

sshpass 1.10-2

Fool ssh into accepting an interactive password non-interactively

https://sourceforge.net/projects/sshpass/

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

sshpass 1.10-2.3

Non-interactive SSH authentication utility

https://sshpass.sourceforge.net/

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

sshpass

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

main/sshpass

scoop install main/sshpass
  • normalized package name match
  • 一致条件: Sshpass
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/sshpass.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

xhcoding.sshpass-win32

winget install --id xhcoding.sshpass-win32 -e
  • normalized package name match
  • 一致条件: Sshpass
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: xhcoding.sshpass-win32 from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation