docs: document remote ssh ports

This commit is contained in:
Ogulcan Celik 2026-05-11 17:57:47 +03:00
parent 065ae01b63
commit 733b109e20
1 changed files with 16 additions and 0 deletions

View File

@ -90,6 +90,22 @@ ssh you@yourserver
herdr
```
or attach from your local terminal through ssh:
```bash
herdr --remote workbox
herdr --remote ssh://you@yourserver:2222
```
for repeat targets, use your ssh config:
```sshconfig
Host workbox
HostName yourserver
User you
Port 2222
```
same session, same agents, same state.
## agent awareness