# sshs を Homebrew, apk, MacPorts, Nix, pacman, scoop でインストール

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

## インストール

```sh
sudo av install brew:sshs
```

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

### macOS

- Homebrew (100%):

```sh
brew install sshs
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sshs
```

  証拠: MacPorts ports tree: net/sshs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add sshs
```

  証拠: Alpine Linux edge package indexes: sshs from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#sshs
```

  証拠: nixpkgs package indexes: pkgs/by-name/ss/sshs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S sshs
```

  証拠: Arch Linux sync databases: sshs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install extras/sshs
```

  証拠: Scoop official bucket manifest trees: bucket/sshs.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:sshs
- **パッケージマネージャ:** Homebrew
- **バージョン:** 4.7.2
- **ソース概要:** Graphical command-line client for SSH
- **ホームページ:** <https://github.com/quantumsheep/sshs>
- **リポジトリ:** <https://github.com/quantumsheep/sshs>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sshs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 4.7.2
## プロジェクトの歴史と使われ方

sshs is a Rust terminal user interface for choosing SSH hosts from an existing OpenSSH config file.

### プロジェクトの歴史

The upstream repository's earliest commits are from February 2022 and describe the initial implementation of the SSH host selector. The README defines the tool narrowly: it reads `~/.ssh/config`, lists hosts in a terminal interface, and launches the system `ssh` client rather than replacing OpenSSH.

### 採用の歴史

The README documents installation through Homebrew, Chocolatey, Arch Linux, Alpine Linux, NetBSD pkgsrc, Nix flakes, and source builds, while the supplied package metadata also records MacPorts, pacman, Nix, Scoop, and Homebrew identifiers. That breadth indicates adoption as a small convenience CLI across multiple package ecosystems.

### 使われ方

Users install `sshs`, keep their normal OpenSSH configuration, and run the TUI to search and connect to configured hosts. The README also documents a `--config` option for users who want to point it at another SSH config file.

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

Package nerds care about sshs because it is intentionally boring in the best way: it layers a searchable TUI over the de facto OpenSSH config format, so packaging it is mostly about delivering a small Rust binary that respects existing user dotfiles.

### タイムライン

- 2022: Initial upstream commits implemented the SSH host selector.
- 2022: 1.0.0 and several early 1.x tags were published.
- 2024: README documented broad package-manager installation paths.
- 2025: 4.7.2 appeared in the upstream tag history.

### Related projects

- sshs belongs to the family of SSH connection managers and terminal launchers, but it delegates connection semantics to OpenSSH and its `ssh_config` file.

### ソース

- Git history from https://github.com/quantumsheep/sshs
- <https://github.com/quantumsheep/sshs#readme>
- source_facts.package-manager


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## 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

- Unix: ~/.ssh/config
## 他のパッケージマネージャ記録

- Nix - sshs: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/sshs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - sshs - 4.7.2-r0: normalized package name match | Alpine Linux edge package indexes: sshs from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Terminal user interface for SSH | https://github.com/quantumsheep/sshs
- pacman - sshs - 4.7.2-1: normalized package name match | Arch Linux sync databases: sshs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal user interface for SSH | https://github.com/quantumsheep/sshs
- MacPorts - sshs: normalized package name match | MacPorts ports tree: net/sshs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/sshs: normalized package name match | Scoop official bucket manifest trees: bucket/sshs.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/sshs.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sshs.yml)


## ソース

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