Skip to content

Commit cb4109d

Browse files
MaxMax
authored andcommitted
doc: simplified examples
1 parent a05c7b3 commit cb4109d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Get up and running in just **two commands**:
4949
## 1. Bring a HOST online
5050

5151
```bash
52-
wireport host up ubuntu@<HOST_IP> --ssh-key-path ~/.ssh/id_rsa
52+
wireport host up ssh-user@<HOST_IP> --ssh-key-path ~/.ssh/id_rsa
5353
```
5454

5555
<details>
@@ -112,12 +112,12 @@ Need more? Here are some other useful commands:
112112

113113
| Purpose | Command |
114114
|---------|---------|
115-
| Add a workload SERVER | `wireport server up ubuntu@<SERVER_IP>` |
115+
| Add a workload SERVER | `wireport server up sshuser@<SERVER_IP>` |
116116
| Remove a public endpoint | `wireport service unpublish -p https://demo.example.com:443` |
117117
| Adjust headers/timeouts etc. | `wireport service params new -p https://demo.example.com:443 --param-value 'header_up X-Tenant-Hostname {http.request.host}'` |
118-
| Issue extra WireGuard profiles | `wireport client new` |
118+
| Create more CLIENTs with access to the WireGuard network | `wireport client new` |
119119
| Tear down a HOST | `wireport host down <HOST_ID>` |
120-
| Tear down a SERVER| `wireport server down ubuntu@<SERVER_IP>` |
120+
| Tear down a SERVER| `wireport server down sshuser@<SERVER_IP>` |
121121

122122
Refer to `wireport --help` or the documentation for the full CLI reference.
123123

0 commit comments

Comments
 (0)