Add mosh alternative to dev onboarding doc
This commit is contained in:
parent
7ea56904d4
commit
d3151b39ed
|
|
@ -31,6 +31,16 @@ Host maubot-dev
|
||||||
|
|
||||||
Replace `<server-ip>` and `<your-username>` with the values provided by your admin.
|
Replace `<server-ip>` and `<your-username>` with the values provided by your admin.
|
||||||
|
|
||||||
|
### Alternative: mosh for unstable connections
|
||||||
|
|
||||||
|
If you have a spotty internet connection, use [mosh](https://mosh.org/) instead of SSH. It handles disconnects and roaming gracefully:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mosh <your-username>@<server-ip>
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: mosh doesn't support port forwarding, so you'll need a separate SSH tunnel for the maubot UI.
|
||||||
|
|
||||||
### 2. Connect with VS Code
|
### 2. Connect with VS Code
|
||||||
|
|
||||||
1. Open VS Code
|
1. Open VS Code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue