Commit 571d4ff

bryfry <bryon@fryer.io>
2016-10-16 13:34:10
add ssh lab updates
1 parent 761be55
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -36,9 +36,9 @@
  > 0. What IP addresses are assigned to the vm?
  > 0. What are the names of these interfaces?
 
-0. ssh to the next machine at `10.0.0.3`
+0. ssh to the next machine at `10.0.0.2`
 
- * `ubuntu@ubuntu:~$ ssh ubuntu@10.0.0.3`
+ * `ubuntu@ubuntu:~$ ssh ubuntu@10.0.0.2`
 
 0. Confirm you are on a different network segment (`ip addr`)
 
@@ -50,9 +50,9 @@
 
 ## Port Forwarding: Basic
 
-0. Setup a local port forward to the next target (T1) IP address `10.0.0.3`
+0. Setup a local port forward to the next target (T1) IP address `10.0.0.2`
 
- * `MacBook-Pro:~$ ssh ubuntu@<vm IP address> -L 2222:10.0.0.3:22`
+ * `MacBook-Pro:~$ ssh ubuntu@<vm IP address> -L 2222:10.0.0.2:22`
 
 0. In a new terminal ssh to the (T1) target IP address via the new local listener