diff --git a/slides/shared/connecting.md b/slides/shared/connecting.md index ee1307cd..e777647d 100644 --- a/slides/shared/connecting.md +++ b/slides/shared/connecting.md @@ -1,15 +1,16 @@ class: in-person -## Connecting to our lab environment +## Testing the connection to our lab environment .lab[ -- Log into the first VM (`node1`) with your SSH client: +- Connect to your lab environment with your SSH client: ```bash ssh `user`@`A.B.C.D` + ssh -p `32323` `user`@`A.B.C.D` ``` - (Replace `user` and `A.B.C.D` with the user and IP address provided to you) + (Make sure to replace the highlighted values with the ones provided to you!)