Tag

ssh tunneling

1 views collected around this technical thread.

Top Architect
Top Architect
May 5, 2021 · Operations

Using autossh for Secure SSH Tunneling, Automatic Reconnection, and Port Forwarding

This article explains how autossh automates SSH connections, provides reliable automatic reconnection, and supports local, remote, and dynamic port forwarding on Linux systems, including installation methods, key command‑line options, example usages, service configuration for auto‑start, and scripting tips.

Port ForwardingSystem Administrationautossh
0 likes · 9 min read
Using autossh for Secure SSH Tunneling, Automatic Reconnection, and Port Forwarding
Ops Development Stories
Ops Development Stories
Nov 9, 2020 · Operations

Quick Guide: Deploy frp for Secure Intranet-to-Internet Access

This article explains how to set up frp, a high-performance reverse-proxy written in Go, to expose internal web and SSH services to the public Internet using domain-based virtual hosts, nginx reverse-proxy, and systemd on CentOS, complete with configuration examples and firewall considerations.

CentOSNAT traversalfrp
0 likes · 15 min read
Quick Guide: Deploy frp for Secure Intranet-to-Internet Access