Coding a Secure Port Forwarding Tool!

Опубликовано: 14 Май 2025
на канале: hoff._world
2,063
128

SSH port forwarding is the swiss army knife of secure self hosting. Let's write a management program to make it reliable!

Download: https://hoff.industries/files/conarti... Server Tour:    • HoffTV SERVER TOUR 2024 - Hosts, Daem...  

Chapters:
00:00 - Intro and Overview
00:57 - What is SSH Port Forwarding?
02:44 - How do we solve this with code?
03:27 - Config file definition
04:48 - Setting up basic OS Exec parameters
06:31 - Config file loading and parsing
10:29 - Executing SSH with code
17:36 - Cleaned up final product