Clarifications for tmux and mosh

This commit is contained in:
Bridget Kromhout
2018-04-09 14:19:16 -05:00
parent 80a8912a53
commit 9ed88e7608
+4 -2
View File
@@ -125,7 +125,7 @@ class: in-person
works pretty well
- Nice-to-have: [Mosh](https://mosh.org/) instead of SSH, if your internet connection tends to lose packets
<br/>(available with `(apt|yum|brew) install mosh`; then connect with `mosh user@host`)
<br/>(available with `(apt|yum|brew) install mosh`; then connect with `mosh user@host`; requires UDP ports to be open - by default, mosh uses a UDP port between 60000 and 61000)
---
@@ -135,7 +135,7 @@ class: in-person
.exercise[
- Log into the first VM (`node1`) with SSH or MOSH
- Log into the first VM (`node1`) with your SSH client
<!--
```bash
@@ -246,6 +246,8 @@ You are welcome to use the method that you feel the most comfortable with.
## Tmux cheatsheet
[Tmux](https://en.wikipedia.org/wiki/Tmux) is an alternate terminal multiplexer like `screen`; it's installed on your workshop nodes.
- Ctrl-b c → creates a new window
- Ctrl-b n → go to next window
- Ctrl-b p → go to previous window