macOS
brew install asshlocal Homebrew formula metadata
sudo port install asshMacPorts ports tree · sysutils/assh/Portfile · source: api.github.com
brew
Advanced SSH config - Regex, aliases, gateways, includes and dynamic hosts. Version 2.17.2 via Homebrew; verified 2026-05-12.
install
brew install asshlocal Homebrew formula metadata
sudo port install asshMacPorts ports tree · sysutils/assh/Portfile · source: api.github.com
nix profile install nixpkgs#asshnixpkgs package indexes · pkgs/by-name/as/assh/package.nix · source: api.github.com
overview
Advanced SSH config - Regex, aliases, gateways, includes and dynamic hosts
history
assh is a Go-based SSH configuration helper formerly known as Advanced SSH Config. Its niche is not replacing OpenSSH, but generating and wrapping OpenSSH configuration so regular SSH-dependent tools can use richer host aliases, regex-like matching, gateways, includes, templates, Graphviz output, JSON output, and YAML configuration.
The public GitHub repository dates to 2011 and the official project page describes the rename from Advanced SSH Config to assh. The README frames the tool as a transparent wrapper around SSH: lib-ssh uses assh as a ProxyCommand, so the generated behavior works through normal ssh, scp, rsync, git, and desktop tools that rely on SSH rather than through a separate protocol stack.
The project grew around pain points in large SSH estates: gateway chaining, dynamic hostnames, inherited host templates, generated known-host entries, and automatic regeneration of ~/.ssh/config. Its README also notes that OpenSSH 7.3 later gained native Include support, which is useful context for package maintainers because some early assh value moved into the base OpenSSH feature set while assh kept broader YAML/gateway/template behavior.
assh sits in the package-manager culture of personal infrastructure tools: the supplied Homebrew facts also list MacPorts and Nix packaging. Its README and project page emphasize integration with standard SSH consumers rather than a new client, which made it useful to developers and operators who wanted one enriched configuration layer to affect many existing commands.
Typical use starts with ~/.ssh/assh.yml, optional split files under ~/.ssh/assh.d/*.yml, and generated ~/.ssh/config output. Package users mostly care about the executable because it can build or refresh OpenSSH config, graph the host topology, manage sockets, and let normal ssh invocations resolve aliases and gateway chains.
For package nerds, assh is an example of a small Unix-style wrapper with outsized workflow impact: it compiles declarative YAML into OpenSSH-native config, keeps compatibility with existing SSH tooling, and exposes enough introspection output to make SSH inventories scriptable. Its config-path defaults are also important because installing the package can affect a user's core ~/.ssh/config workflow.
security posture
No matching local secret-handling manifest was found for assh. Nucleus package metadata is still published here so future coverage has a stable package URL.
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.
~/.ssh/assh.yml~/.ssh/assh.d/*.yml/etc/assh.yml~/.ssh/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
assh | 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:assh |
|---|---|
| Version | 2.17.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/assh |
| Homepage | https://v1.manfred.life/assh/ |
| Repository | https://github.com/moul/assh |
| Upstream docs | https://github.com/moul/assh#readme |
| License | MIT |
| Source archive | https://github.com/moul/assh/archive/refs/tags/v2.17.2.tar.gz |
| Last updated | 2026-05-12T16:18:23Z |
| Pulse | updated |
| Build dependencies | go |
| 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 | assh |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
assh
nix profile install nixpkgs#asshassh
sudo port install asshsource 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.