SSH Tunneling, Reverse Tunneling, and Proxy

In the previous blogs, we have described the basics of our ssh tunneling infrastructure. The system now serves as our gateway to access devices from work, for example, and also provide a convenient web proxy as a replacement of our VPN. In the following sections, we recapped through some of our use cases: ...

2024-05-13 · Hendrik Lie

Access Resources on Local LAN From a Shared Remote

We have certain resources accessible only from home LAN, and we want to connect to them from anywhere. Given that we have a high availability cloud server, we can use it as a reverse proxy to access specific services we wanted to access. A custom configuration is required, and will be outlined in the article below. ...

2024-05-12 · Hendrik Lie

Connect to Home via SSH

Describes how to connect to a machine under NAT with SSH Tunnels initiated by systemd unit files. ...

2024-05-11 · Hendrik Lie

SSH Socks Proxy as VPN Replacement

A walkthrough to use SSH Socks as an adequate replacement of a VPN service. ...

2024-05-10 · Hendrik Lie

Forward Services With SSH Tunnels

This article will describe how to set up and utilize SSH tunnels. ...

2024-05-09 · Hendrik Lie