Commit 598d080
Changed files (1)
ssh-ftw
ssh-ftw/README.md
@@ -1,20 +1,20 @@
-* 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
+0. Login to virtual machine inside the vmware console
+0. Record its public IP address (`ip addr`)
+0. Return to your mac and open up the `Terminal` application
+0. ssh into the virtual machine
- * `ssh ubuntu@<vm IP address>`
+0. * `ssh ubuntu@<vm IP address>`
-* Examine the networks that are accessible from this machine
+0. 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?
+ > 0. What are the subnets accessible from the vm?
+ > 0. What IP addresses are assigned to the vm?
-* ssh to the next machine at `10.0.0.2`
+0. ssh to the next machine at `10.0.0.2`
- * `ubuntu@ubuntu:~$ ssh ubuntu@10.0.0.2`
+ * `ubuntu@ubuntu:~$ ssh ubuntu@10.0.0.2`
-* confirm you are on a different network segment (`ip addr`)
-* exit back to your macbook (`exit` two times)
+0. confirm you are on a different network segment (`ip addr`)
+0. exit back to your macbook bash session (`exit` two times)