Commit 59032f2
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -15,8 +15,12 @@
* `ubuntu@ubuntu:~$ ssh ubuntu@10.0.0.3`
-0. confirm you are on a different network segment (`ip addr`)
-0. exit back to your macbook bash session (`exit` two times)
+0. Confirm you are on a different network segment (`ip addr`)
+
+ > 0. What are the subnets accessible from this new location?
+ > 0. What IP addresses are assigned to the this location?
+
+0. Exit back to your macbook bash session (`exit` two times)
0. Setup a local port forward to the next target (T1) IP address `10.0.0.3`
* `MacBook-Pro:~$ ssh ubuntu@<vm IP address> -L 2222:10.0.0.3:22`