Skip to content

Commit

Permalink
Fix a typo in a documented flag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Aug 13, 2024
1 parent 79399d5 commit 3a4443a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ Once you have an open port, the syntax is similar to ssh. Username is default to
et hostname (etserver running on default port 2022, username is the same as current)
et user@hostname:8000 (etserver running on port 8000, different user)
```
You can specify a jumphost and the port et is running on jumphost using `-jumphost` and `-jport`. If no `-jport` is given, et will try to connect to default port 2022.
You can specify a jumphost and the port et is running on jumphost using `--jumphost` and `--jport`. If no `--jport` is given, et will try to connect to default port 2022.
```
et hostname -jumphost jump_hostname (etserver running on port 2022 on both hostname and jumphost)
et hostname:8888 -jumphost jump_hostname -jport 9999
et hostname:8888 --jumphost jump_hostname --jport 9999
```
Additional arguments that et accept are port forwarding pairs with option `-t "18000:8000, 18001-18003:8001-8003"`, a command to run immediately after the connection is setup through `-c`.

Expand Down

0 comments on commit 3a4443a

Please sign in to comment.