In this learning activity, you will need to create an SSH tunnel that will permit `Client1` to access `Server2`’s web content via localhost port 8080.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create the SSH Tunnel
While logged into
Client1
:ssh -L 8080:10.0.1.20:80 cloud_user@10.0.1.10
- View the `Server2` Web Content through the Tunnel
Verify the SSH tunnel is working by curling the web content locally:
curl localhost:8080