# hss mit Homebrew, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hss in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:hss
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install hss
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hss
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#hss
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/hs/hss/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S hss
```

  Evidenz: Arch Linux sync databases: hss from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:hss
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/hss>
- **Version:** 1.10
- **Quellzusammenfassung:** Interactive parallel SSH client
- **Homepage:** <https://github.com/six-ddc/hss>
- **Repository:** <https://github.com/six-ddc/hss>
- **Upstream-Dokumentation:** <https://github.com/six-ddc/hss#readme>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/six-ddc/hss/archive/refs/tags/1.10.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- hss (cli)
- hss (Alias)

## Abhängigkeiten

- readline

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.10
- lokale Daten: OK
- Upstream-Repository: https://github.com/six-ddc/hss
- neueste erkannte Version: 1.10 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

hss is an interactive parallel SSH client for running commands across multiple servers while keeping a shell-like input experience.

### Projektgeschichte

The upstream README defines hss as an interactive SSH client for multiple servers, implemented around the local ssh command and libreadline. It aims to provide bash-like input with history search, completion, and parallel execution.

### Adoptionsgeschichte

The input metadata records packaging in Homebrew, MacPorts, Nix, and Arch. The README gives installation paths for Homebrew, MacPorts, Linux source builds, and binary releases, which points to lightweight operations-tool adoption rather than a large application ecosystem.

### Wie es verwendet wird

Users pass hosts through a host file or repeated -H options, optionally set a username, common SSH options, output file, and concurrency limit, then either run an immediate command or enter an interactive multi-host shell.

Readline support adds command history, reverse search, completion from the first remote server, vi-style editing, and configurable history storage through HSS_HISTORY_FILE or XDG_STATE_HOME.

### Warum Paket-Nerds sich dafür interessieren

hss sits in the cluster of sysadmin tools that package managers keep alive because they solve a sharp problem with few moving parts: fan out ssh commands, preserve interactivity, and avoid a heavier orchestration system.

### Zeitleiste

- v1.0: First v-prefixed release tag appears in the upstream repository.
- 1.10: Later numeric release tag appears in the upstream repository.
- Homebrew formula: Packaged as brew:hss according to input metadata.

### Related projects

- Related tools include OpenSSH, GNU Readline, pssh-style parallel SSH tools, tmux-driven administration workflows, and configuration-management systems used when ad hoc parallel commands are no longer enough.

### Quellen

- <https://formulae.brew.sh/formula/hss>
- <https://github.com/six-ddc/hss#readme>
- <https://github.com/six-ddc/hss/releases>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** hss
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - hss: normalized package name match | nixpkgs package indexes: pkgs/by-name/hs/hss/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - hss - 1.10-1: normalized package name match | Arch Linux sync databases: hss from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Interactive ssh client for multiple servers | https://github.com/six-ddc/hss
- MacPorts - hss: normalized package name match | MacPorts ports tree: net/hss/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/de/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autossh](https://www.automicvault.com/de/pkg/brew/autossh/) - Shares av.db curated category or tags: cli, networking, ssh.
- [boring](https://www.automicvault.com/de/pkg/brew/boring/) - Shares av.db curated category or tags: cli, networking, ssh.
- [corkscrew](https://www.automicvault.com/de/pkg/brew/corkscrew/) - Shares av.db curated category or tags: cli, networking, ssh.
- [ggh](https://www.automicvault.com/de/pkg/brew/ggh/) - Shares av.db curated category or tags: cli, networking, ssh.
- [lazyssh](https://www.automicvault.com/de/pkg/brew/lazyssh/) - Shares av.db curated category or tags: cli, networking, ssh.
- [pssh](https://www.automicvault.com/de/pkg/brew/pssh/) - Shares av.db curated category or tags: cli, networking, ssh.
- [rospo](https://www.automicvault.com/de/pkg/brew/rospo/) - Shares av.db curated category or tags: cli, networking, ssh.
- [ssh3](https://www.automicvault.com/de/pkg/brew/ssh3/) - Shares av.db curated category or tags: cli, networking, ssh.
- [shmux](https://www.automicvault.com/de/pkg/brew/shmux/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, execution, networking, parallel, remote.

## Combined YAML source

View the package source record on GitHub. [combined/hss.yml](https://github.com/automic-vault/db/blob/main/combined/hss.yml)


## Quellen

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