macOS
brew install zsshlocal Homebrew formula metadata
sudo port install zsshMacPorts ports tree · comms/zssh/Portfile · source: api.github.com
brew
Interactive file transfers over SSH. Version 1.5c via Homebrew; verified from local package data.
install
brew install zsshlocal Homebrew formula metadata
sudo port install zsshMacPorts ports tree · comms/zssh/Portfile · source: api.github.com
sudo apt install zsshDebian stable package indexes · zssh · source: deb.debian.org
sudo dnf install zsshFedora Rawhide package metadata · zssh · source: dl.fedoraproject.org
nix profile install nixpkgs#zsshnixpkgs package indexes · pkgs/by-name/zs/zssh/package.nix · source: api.github.com
sudo pacman -S zsshArch Linux sync databases · zssh · source: geo.mirror.pkgbuild.com
overview
Interactive file transfers over SSH
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
zssh | cli | global executable | |
ztelnet | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:zssh |
|---|---|
| Version | 1.5c |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zssh |
| Homepage | https://zssh.sourceforge.net/ |
| Repository | https://sourceforge.net/projects/zssh |
| Upstream docs | https://zssh.sourceforge.net/ |
| License | GPL-2.0-only |
| Source archive | https://downloads.sourceforge.net/project/zssh/zssh/1.5/zssh-1.5c.tgz |
| Dependencies | lrzsz |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 zsshsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.