mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-21 16:01:04 +00:00
docs: document remote ssh ports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user