docs: document remote ssh ports
This commit is contained in:
parent
065ae01b63
commit
733b109e20
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue