macOS
brew install zsshlocal Homebrew formula metadata
sudo port install zsshMacPorts ports tree · comms/zssh/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.