From 9ed88e76086774fc88c51b5e790aa03a553c0d72 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 9 Apr 2018 14:19:16 -0500 Subject: [PATCH 1/2] Clarifications for tmux and mosh --- slides/common/prereqs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/slides/common/prereqs.md b/slides/common/prereqs.md index c4225431..64d02623 100644 --- a/slides/common/prereqs.md +++ b/slides/common/prereqs.md @@ -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 -
(available with `(apt|yum|brew) install mosh`; then connect with `mosh user@host`) +
(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