Update README.md to specify ssh port as per mosh man page

This commit is contained in:
rahimnathwani 2018-01-07 19:14:57 +00:00 committed by Thomas Buckley-Houston
parent 37a48ae70f
commit 421b0dfd55

View file

@ -56,7 +56,7 @@ logins work fine too. The `60000-60020` port range is for MoSH.
Then on your local machine:
```
mosh user@yourserver:7777
mosh --ssh="ssh -p 7777" user@yourserver
cd /app
./run.sh
```