Clarify Dosh positioning
ci / test (push) Has been cancelled
ci / fuzz-smoke (push) Has been cancelled
ci / windows-client (push) Has been cancelled
ci / package-release (linux-x86_64, ubuntu-latest) (push) Has been cancelled
ci / package-release (macos-aarch64, macos-14) (push) Has been cancelled
ci / package-release (macos-x86_64, macos-13) (push) Has been cancelled
ci / package-release (windows-x86_64, windows-latest) (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-20 19:44:40 -04:00
parent 6adcdc01e8
commit 38e70611c5
+4 -2
View File
@@ -1,6 +1,7 @@
# Dosh # Dosh
Dosh is an encrypted remote terminal for fast reconnecting shells. Dosh is an encrypted remote terminal for fast reconnecting shells. It is meant
to replace Mosh and day-to-day interactive SSH sessions.
It runs a `dosh-server` on the remote machine and a `dosh` client locally. The It runs a `dosh-server` on the remote machine and a `dosh` client locally. The
first setup can use SSH. After that, Dosh can attach over encrypted UDP with first setup can use SSH. After that, Dosh can attach over encrypted UDP with
@@ -14,7 +15,8 @@ changes, and forward TCP ports.
- Windows: client only - Windows: client only
- UDP port: one configured server port, default `50000` - UDP port: one configured server port, default `50000`
Dosh does not replace SCP, SFTP, X11 forwarding, or a Windows server. Dosh is not an SCP/SFTP client and does not implement X11 forwarding. Windows
is client-only.
## Install ## Install