SSH Tunneling To RDP With PuTTY
What happens when we run into the problem where we want to tunnel an SSH session to connect to a remote server on our local machine. Check out the solution in the video SSH Tunneling To Connect To RDP With PuTTY. As you can see in the video, I intentionally use fake servers to show examples of what you would do with the actual servers so that you can accomplish this.
Some examples we see in the video:
- What is a development caution I note that you should check upon starting this?
- What is a caution about using the PuTTY interface?
- What tool do we use initially that we'll need when setting this up?
For mastering data transformation from one form to another form, check out the highest-rated Automating ETL course on Udemy. For a coupon to the course, check out the trailer video on the channel SQL In Six Minutes.
Where would we apply this? Suppose that we want to reach Server B, but due to a firewall or a custom setup, we're unable to access Server B. If we're able to access Server A (but not Server B) and from Server A we can access Server B, then we can tunnel a connection to Server B through Server A. In other words, this looks like the following:
- Direct access to Server B: fail
- Direct access to Server A: success
- Access to Server B through Server A: success
Are you looking for tech consultants that can assist with design and development? From building custom applications to working with existing infrastructure that's causing you trouble, we can get you connected to consultants who can assist. You can contact for assistance.
SQL In Six Minutes | Automating ETL | T-SQL In 2 Hours | Consumer Guide To Digital Security
Leave SSH Tunneling To RDP With PuTTY to:
Read more #sysadmin posts
Best Posts From SqlinSix
We have not curated any of sqlinsix's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From SqlinSix
- Solution When ISJSON May Not Be A Recognized Function Name
- Creating a GUID For Each GUID
- Get A Past Bash Command Quickly
- Connecting A Data Factory To An Existing Runtime In Azure
- Backing Up A Database With MongoDump
- SQL Tutorial: Using UNION ALL or UNION and Why
- T-SQL: How To UNION ALL Tables and Why
- SQL Tutorial: Solving Data Differentials With LEFT JOINs Only
- Solving Data Differentials With LEFT JOINs
- Spark Scala: Grouping Values In A Key-Value Pair