Commit 1271215
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -1,8 +1,12 @@
-* login to virtual machine
-* record its public IP address (`ip addr`)
-* `ssh ubuntu@<vm IP address>`
-* examine the networks that are accessible from this machine
+* Login to virtual machine inside the vmware console
+* Record its public IP address (`ip addr`)
+* Return to your mac and open up the `Terminal` application
+* ssh into the virtual machine
+
+ * `ssh ubuntu@<vm IP address>`
+
+* Examine the networks that are accessible from this machine
> 0. What are the subnets accessible from the vm?
> 0. What IP addresses are assigned to the vm?