You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Get up and running in just **two commands**:
49
49
## 1. Bring a HOST online
50
50
51
51
```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
53
53
```
54
54
55
55
<details>
@@ -112,12 +112,12 @@ Need more? Here are some other useful commands:
112
112
113
113
| Purpose | Command |
114
114
|---------|---------|
115
-
| Add a workload SERVER |`wireport server up ubuntu@<SERVER_IP>`|
115
+
| Add a workload SERVER |`wireport server up sshuser@<SERVER_IP>`|
116
116
| Remove a public endpoint |`wireport service unpublish -p https://demo.example.com:443`|
117
117
| 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`|
119
119
| 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>`|
121
121
122
122
Refer to `wireport --help` or the documentation for the full CLI reference.
0 commit comments