# sshportal を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:sshportal
```

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

### macOS

- Homebrew (100%):

```sh
brew install sshportal
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sshportal
```

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

## パッケージ情報

- **パッケージキー:** brew:sshportal
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.19.5
- **ソース概要:** SSH & Telnet bastion server
- **ホームページ:** <https://v1.manfred.life/sshportal/>
- **リポジトリ:** <https://github.com/moul/sshportal>
- **最終更新:** 2026-07-26T04:03:45+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sshportal (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

sshportal is a Go-based SSH and Telnet bastion server aimed at making jump-host access easier to administer without requiring modified SSH clients.

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

The project began publicly in 2017 in Manfred Touron's GitHub repository, with early releases following within weeks of the proof-of-concept commits. Its README frames the tool as a "transparent SSH bastion" with user invitations, host and key management, ACLs, audit logging, session recording, and support for common SSH workflows such as scp, rsync, sftp, port forwarding, and Git.

The author's project page and README emphasize operational access management: administrators can create invite accounts, users bind their own keys on first connection, and target hosts remain decoupled from end-user SSH keys.

### 採用の歴史

Official project material describes use by educators, infrastructure teams, hosting operators, and security-focused contributors. The README specifically lists package availability in Homebrew and Nix through the supplied package metadata, placing sshportal in the package-manager niche of self-hosted bastion tooling rather than a hosted remote-access service.

### 使われ方

Common usage starts a local bastion server with `sshportal server`, then uses ordinary SSH clients to register users, create hosts, and connect through the portal. The project is meant to preserve normal SSH client behavior while centralizing access policy and logging.

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

Package maintainers care about sshportal because it is a single Go service binary for a familiar infrastructure pattern: jump-host access with an auditable local database. Its appeal is strongest for operators who prefer installing a small CLI/server tool from Homebrew or Nix over deploying a larger privileged-access platform.

### タイムライン

- 2017: First public proof-of-concept commits in the upstream repository.
- 2017: v1.0.0 tagged shortly after the initial implementation.
- 2018: README documented operational use cases, invite-based onboarding, and broad SSH compatibility.
- 2023: Later v1.19.x tags show continued maintenance of the original Go project.

### Related projects

- sshportal sits near bastion-host and jump-server tools, and its README explicitly contrasts its transparent behavior with workflows that require per-user target host configuration.

### ソース

- Git history from https://github.com/moul/sshportal
- <https://github.com/moul/sshportal#readme>
- <https://v1.manfred.life/sshportal>
- source_facts.package-manager


## セキュリティノート

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

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

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

- Nix - sshportal: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/sshportal/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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