macOS
brew install dshlocal Homebrew formula metadata
sudo port install dshMacPorts ports tree · net/dsh/Portfile · source: api.github.com
brew
Dancer's shell, or distributed shell. Version 0.25.10 via Homebrew; verified from local package data.
install
brew install dshlocal Homebrew formula metadata
sudo port install dshMacPorts ports tree · net/dsh/Portfile · source: api.github.com
sudo apt install dshDebian stable package indexes · dsh · source: deb.debian.org
overview
Dancer's shell, or distributed shell
history
dsh, Dancer's shell, is Junichi Uekawa's C implementation of a distributed shell wrapper for running rsh, remsh, or ssh commands over many Unix hosts.
The official page says dsh grew from the author's own Debian cluster administration needs: repeatedly writing ad hoc scripts for many hosts was inefficient, so a personal tool was polished into a public program. The page's HTML creation stamp is 2001-08-31, and its public download index carries a long 0.22 through 0.25 release stream.
By the 0.24.2 note dated 2003-08-26, the project had already dealt with portability and security-advisory review around its asprintf implementation. Later releases moved into the 0.25 series, with Homebrew packaging 0.25.10 from the upstream download area.
dsh's adoption is old-school Unix administration adoption: package-manager availability, config files in /etc and ~/.dsh, and use on clusters where the same command must run across many hosts. The official page says it was installed on many clusters and was also used by the related dmachinemon system.
Homebrew analytics showed only 71 installs over the preceding 365 days during this batch, which fits a mature, niche sysadmin utility rather than an actively trendy tool.
The canonical usage is to put host lists or groups in text config files and run commands such as `dsh -a -c -- uname -a` or `dsh -g group -c -- command`. The tool also supports limiting the number of simultaneous connections, hierarchical invocation, and NIS netgroups.
dsh is package-nerd significant because it captures a pre-cloud cluster-management pattern: small C utilities, text host lists, rsh/ssh wrappers, and distro packaging did the work that later orchestration systems absorbed. It is also an example of a name collision family: several unrelated tools called dsh existed in Perl, C, Python, and AIX-compatible forms.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/dsh/dsh.conf~/.dsh/dsh.conf/etc/dsh/machines.list~/.dsh/machines.list/etc/dsh/group/groupname~/.dsh/group/groupnameexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dsh | 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.
https://www.netfort.gr.jp/~dancer/software/dsh.html.en
install metadata
| Package key | brew:dsh |
|---|---|
| Version | 0.25.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dsh |
| Homepage | https://www.netfort.gr.jp/~dancer/software/dsh.html.en |
| Upstream docs | https://www.netfort.gr.jp/~dancer/software/dsh.html.en |
| License | GPL-2.0-or-later |
| Source archive | https://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.10.tar.gz |
| Dependencies | libdshconfig |
| Build dependencies | gnu-sed |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dsh |
| 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.
dsh 0.25.10-2
dancer's shell, or distributed shell
https://www.netfort.gr.jp/~dancer/software/dsh.html
sudo apt install dshdsh 0.25.10-1.6build1
dancer's shell, or distributed shell
http://www.netfort.gr.jp/~dancer/software/dsh.html
sudo apt install dshdsh
sudo port install dshsource 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.