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