Commit a27f7ee

bryfry <bryon@fryer.io>
2016-10-14 13:38:47
add ssh lab updates
1 parent 2802b60
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -17,7 +17,13 @@
 
 0. confirm you are on a different network segment (`ip addr`)
 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`
+
+0. In a new terminal ssh to the (T1) target IP address via the new local listener
+
+ * `MacBook-Pro:~$ ssh ubuntu@localhost -p 2222`