macOS
brew install autosshlocal Homebrew formula metadata
sudo port install autosshMacPorts ports tree · net/autossh/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für autossh in AI-Agent-Workflows.
Installation
brew install autosshlocal Homebrew formula metadata
sudo port install autosshMacPorts ports tree · net/autossh/Portfile · Quelle: api.github.com
sudo apk add autosshAlpine Linux edge package indexes · autossh · Quelle: dl-cdn.alpinelinux.org
sudo apt install autosshDebian stable package indexes · autossh · Quelle: deb.debian.org
sudo dnf install autosshFedora Rawhide package metadata · autossh · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#autosshnixpkgs package indexes · pkgs/by-name/au/autossh/package.nix · Quelle: api.github.com
sudo pacman -S autosshArch Linux sync databases · autossh · Quelle: geo.mirror.pkgbuild.com
sudo zypper install autosshopenSUSE Tumbleweed package metadata · autossh · Quelle: download.opensuse.org
scoop install main/autosshScoop official bucket manifest trees · bucket/autossh.json · Quelle: api.github.com
Überblick
Automatically restart SSH sessions and tunnels
Verlauf
autossh is a small C utility that starts ssh, monitors the connection, and restarts it when the session dies or stops passing traffic. It became a standard package-manager tool for keeping SSH tunnels alive without writing a custom supervisor loop.
The official README traces autossh's idea to rstunnel, Reliable SSH Tunnel. Early autossh releases changed the monitoring mechanism from the original rstunnel-style idea to a loop of SSH forwardings and later added support for a remote echo service.
The CHANGES file records version 1.1 as the initial release, then shows the program growing through practical tunnel-management fixes: startup gate handling, monitor-port behavior, signal handling, backgrounding, pid files, autoconf support, and compatibility with OpenSSH option changes.
autossh spread through Unix package systems because it solves an operationally boring but persistent problem: keeping reverse tunnels, long-lived forwards, and remote sessions running. The official page notes availability in OpenBSD and FreeBSD ports, Cygwin, and some Linux distributions; the input records packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, Scoop, and zypper ecosystems.
The normal invocation is `autossh -M port[:echo_port] [ssh options]`. autossh owns only a few flags, notably the monitor port, foreground/background behavior, and version output; most arguments are passed through to ssh.
For modern OpenSSH, the README documents `-M 0` to disable monitor ports and rely on SSH exit behavior, often paired with `ServerAliveInterval`, `ServerAliveCountMax`, and `ExitOnForwardFailure`. This is why autossh is common in init scripts, launch agents, simple service units, and admin one-liners.
autossh is the sort of tiny package that persists because it does exactly one sysadmin job and has almost no policy surface. Package maintainers care about it because it sits at the intersection of OpenSSH option churn, daemon supervision, legacy Unix platforms, and service startup semantics.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
autossh | cli | globales Executable | |
rscreen | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.harding.motd.ca/autossh/
Installationsmetadaten
| Paketschlüssel | brew:autossh |
|---|---|
| Version | 1.4g |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/autossh |
| Homepage | https://www.harding.motd.ca/autossh/ |
| Upstream-Dokumentation | https://www.harding.motd.ca/autossh |
| Lizenz | BSD-1-Clause |
| Quellarchiv | https://www.harding.motd.ca/autossh/autossh-1.4g.tgz |
| Bottle | verfügbar (auf 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 | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | autossh |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
autossh 1.4g-1+b1
Automatically restart SSH sessions and tunnels
https://www.harding.motd.ca/autossh/
sudo apt install autosshautossh
nix profile install nixpkgs#autosshautossh 1.4g-1
Automatically restart SSH sessions and tunnels
https://www.harding.motd.ca/autossh/
sudo apt install autosshautossh 1.4g-r3
Automatically restart SSH sessions and tunnels
https://www.harding.motd.ca/autossh/
sudo apk add autosshautossh-doc 1.4g-r3
Automatically restart SSH sessions and tunnels (documentation)
https://www.harding.motd.ca/autossh/
sudo apk add autossh-docautossh 1.4g-21.fc44
Utility to autorestart SSH tunnels
https://www.harding.motd.ca/autossh/
sudo dnf install autosshautossh 1.4g-4
Automatically restart SSH sessions and tunnels
https://www.harding.motd.ca/autossh/
sudo pacman -S autosshautossh 1.4g-2.23
Automatically restart SSH sessions and tunnels
https://www.harding.motd.ca/autossh/
sudo zypper install autosshautossh
sudo port install autosshmain/autossh
scoop install main/autosshQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.