macOS
brew install zsshlocal Homebrew formula metadata
sudo port install zsshMacPorts ports tree · comms/zssh/Portfile · ソース: api.github.com
brew
zssh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install zsshlocal Homebrew formula metadata
sudo port install zsshMacPorts ports tree · comms/zssh/Portfile · ソース: api.github.com
sudo dnf install zsshFedora Rawhide package metadata · zssh · ソース: dl.fedoraproject.org
nix profile install nixpkgs#zsshnixpkgs package indexes · pkgs/by-name/zs/zssh/package.nix · ソース: api.github.com
sudo pacman -S zsshArch Linux sync databases · zssh · ソース: geo.mirror.pkgbuild.com
概要
Interactive file transfers over SSH
履歴
zssh is a SourceForge-era terminal utility that wraps an interactive SSH session with ZMODEM file-transfer support. Its companion command, ztelnet, applies the same idea to telnet.
The project was registered on SourceForge on 2000-06-27 and is credited on the homepage to Matthieu Lucotte. Its public homepage and SourceForge page describe zssh as Zmodem SSH: a way to transfer files to or from a remote machine while staying inside an already-authenticated secure shell session.
zssh's design reflects an older Unix remote-login workflow. Instead of opening a second terminal and running scp, it inserts a tty/pty layer between the user and local ssh process, then switches that channel between normal shell mode and local file-transfer commands after an escape sequence.
zssh never became a replacement for scp, sftp, or rsync, but it remained packaged because it solved a specific interactive problem: moving files during a live remote shell session when re-authentication or another connection was inconvenient.
Its continued presence in package systems is a classic preservation case for small Unix tools: the upstream release is old, the protocol it depends on is older still, but a narrow workflow still exists for users who know exactly why they want ZMODEM over an SSH terminal.
A user starts zssh much like ssh. During the remote shell session, pressing the configured escape sequence opens zssh's local prompt, where builtins such as rz and sz hook local transfer programs into the SSH channel. The FAQ emphasizes that ssh, sz, and rz must be available, with rz/sz required on both local and remote machines.
The practical failure modes are terminal-oriented: escape-key conflicts, non-8-bit-clean pty chains, incompatible rz/sz versions, and programs such as remote screen sessions interfering with the transparent channel.
zssh matters to package nerds as a fossil of a transitional era between dial-up/BBS-style ZMODEM habits and modern encrypted remote administration. It packages an old terminal file-transfer protocol as a composable Unix wrapper around ssh.
It is also a reminder that packaging sometimes preserves workflows rather than fashionable software: a tiny C program, readline-style local prompt, and external rz/sz dependency can remain useful long after the upstream website stops looking modern.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
zssh | cli | グローバル実行可能ファイル | |
ztelnet | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:zssh |
|---|---|
| バージョン | 1.5c |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/zssh |
| ホームページ | https://zssh.sourceforge.net/ |
| リポジトリ | https://sourceforge.net/projects/zssh |
| 上流ドキュメント | https://zssh.sourceforge.net/ |
| ライセンス | GPL-2.0-only |
| ソースアーカイブ | https://downloads.sourceforge.net/project/zssh/zssh/1.5/zssh-1.5c.tgz |
| 依存関係 | lrzsz |
| ビルド依存関係 | autoconf, automake, libtool |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zssh |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
zssh 1.5c.debian.1-10+b1
interactive file transfers over ssh
sudo apt install zsshzssh
nix profile install nixpkgs#zsshzssh 1.5c.debian.1-10build2
interactive file transfers over ssh
sudo apt install zsshzssh 1.5c-21.fc44
SSH and Telnet client with ZMODEM file transfer capability
sudo dnf install zsshzssh 1.5c-15
SSH and Telnet client with ZMODEM file transfer capability
sudo pacman -S zsshzssh
sudo port install zsshソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.