# tsshd mit Homebrew, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für tsshd in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:tsshd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install tsshd
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tsshd
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ts/tsshd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/tsshd
```

  Evidenz: Scoop official bucket manifest trees: bucket/tsshd.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:tsshd
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/tsshd>
- **Version:** 0.1.9
- **Quellzusammenfassung:** UDP-based SSH server with roaming support
- **Homepage:** <https://trzsz.github.io/tsshd>
- **Repository:** <https://github.com/trzsz/tsshd>
- **Upstream-Dokumentation:** <https://trzsz.github.io/tsshd>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/trzsz/tsshd/archive/refs/tags/v0.1.9.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-26T00:51:28+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- tsshd (cli)
- tsshd (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.1.9
- Manager aktualisiert: 2026-07-26
- lokale Daten: OK
- Upstream-Repository: https://github.com/trzsz/tsshd
- neueste erkannte Version: v0.1.9 (aktuell)
## Projektgeschichte und Nutzung

tsshd is a UDP-based SSH server from the trzsz ecosystem, designed for unreliable or high-latency networks while staying compatible with normal SSH workflows through the `tssh --udp` client mode.

### Projektgeschichte

The official README positions tsshd as an SSH server for cellular links, unstable Wi-Fi, sleep/wake events, temporary network loss, and IP changes. It aims to remain compatible with OpenSSH while adding roaming, reconnection, UDP forwarding, QUIC/KCP transports, and low-latency behavior.

The project explicitly compares itself with mosh: `tsshd` plays a role similar to `mosh-server`, and `tssh --udp` is presented as the client-side analogue. The difference emphasized by the README is that tssh/tsshd works like standard SSH and preserves features such as X11 forwarding, agent forwarding, port forwarding, scrollback, OSC52, ProxyJump, and tmux control-mode integration.

Release history shows a fast 2025-2026 maturation cycle. The initial v0.1.0 release arrived on June 23; v0.1.1 added QUIC and fixed KCP hangs; v0.1.2 added X11 and agent forwarding; v0.1.5 added connection migration; v0.1.6 was described as a milestone release with ProxyJump, UDP-over-TCP, IPv4/IPv6 networking, recovery, and terminal improvements; v0.1.8 fixed protocol corruption and several stability issues.

### Adoptionsgeschichte

The README documents many official installation channels: apt on Ubuntu and Debian, dnf/yum on Fedora, CentOS, and RHEL, yay on Arch Linux, Homebrew on macOS, Scoop on Windows, conda-forge, Go install, source builds, and GitHub release archives. The input metadata records Homebrew, Nix, and Scoop package-manager coverage.

The project is adopted alongside the trzsz `tssh` client. The README lists supported clients and terminals, including trzsz-ssh (`tssh`) and Rootshell, which makes tsshd part of a broader terminal/SSH mobility stack rather than a standalone daemon only.

### Wie es verwendet wird

A typical deployment installs `tssh` on the client and `tsshd` on the remote host, then logs in with `tssh --udp host`. Users can also configure `UdpMode` in `~/.ssh/config` to select UDP, QUIC, or KCP behavior without repeating flags.

Operationally, `tssh` first opens a normal SSH session, starts a per-session `tsshd` process on the server, receives a UDP port and session secrets through the SSH channel, closes the original SSH connection, and then communicates with the server-side process over UDP.

The README also documents tsshd as a Go framework for building custom SSH services. Examples show middleware-based services and integration with Wish/gliderlabs-style SSH servers for hybrid TCP SSH plus UDP roaming.

### Warum Paket-Nerds sich dafür interessieren

For package users, tsshd is interesting because it packages an ambitious answer to a long-standing terminal problem: mosh-like roaming and reconnection while keeping OpenSSH compatibility features that mosh historically lacks.

Its release assets and packaging matrix are unusually broad for a young network tool, which matters to CLI users who want the same roaming SSH behavior on Linux servers, macOS clients, Windows environments, and mobile-adjacent terminals.

### Zeitleiste

- 2025-06-23: v0.1.0 initial release.
- 2025-06-30: v0.1.1 added QUIC protocol support and fixed KCP hanging.
- 2025-07-07: v0.1.2 added X11 forwarding and SSH agent forwarding.
- 2025-10-26: v0.1.5 added connection migration and Windows terminal fixes.
- v0.1.6: Milestone release added ProxyJump, UDP-over-TCP, IPv4/IPv6 networking, reconnection UX, and terminal improvements.
- 2026-05-10: v0.1.8 fixed protocol corruption and improved SSH config, QUIC, and reliability behavior.

### Related projects

- The README names trzsz-ssh (`tssh`) as the client designed as a drop-in OpenSSH replacement, mosh as the inspiration, KCP and QUIC as transports, and Wish/gliderlabs-style SSH servers as an integration path for custom services.

### Quellen

- <https://github.com/trzsz/tsshd#readme>
- <https://github.com/trzsz/tsshd/releases>
- <https://trzsz.github.io/tsshd>
- source_facts.package-manager


## Sicherheitshinweise

Für tsshd wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

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.


## Configuration files

- Unix: /etc/ssh/sshd_config, $XDG_CONFIG_HOME/tsshd/sshd_config, ~/.config/tsshd/sshd_config
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tsshd
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - tsshd: normalized package name match | nixpkgs package indexes: pkgs/by-name/ts/tsshd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/tsshd: normalized package name match | Scoop official bucket manifest trees: bucket/tsshd.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/de/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [ssh-mitm](https://pkg.so/de/brew/ssh-mitm/) - Shares pkgdb curated category or tags: cli, security, server, ssh.
- [openssh](https://pkg.so/de/brew/openssh/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [teleport](https://pkg.so/de/brew/teleport/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [ssh-copy-id](https://pkg.so/de/brew/ssh-copy-id/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [openfga](https://pkg.so/de/brew/openfga/) - Shares pkgdb curated category or tags: cli, security, server.
- [ssh-audit](https://pkg.so/de/brew/ssh-audit/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [opkssh](https://pkg.so/de/brew/opkssh/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [ssh-vault](https://pkg.so/de/brew/ssh-vault/) - Shares pkgdb curated category or tags: cli, security, ssh.
- [duo_unix](https://pkg.so/de/brew/duo-unix/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, security, ssh, support.

## Combined YAML source

View the package source record on GitHub. [combined/tsshd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tsshd.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
