SSH Tunnel 穿越隧道
# SSH Tunnel 穿越隧道
# 前言 SSH Tunnel
Tunnel 可以讓 Server 與 Client 之間建立可突破防火牆且安全可靠的連線, Tunnel 就想管道一樣可以幫助我們去把內網的 SSH 轉發到外網去,有如 Proxy , Port Forwarding 的功能
# Tunnel 種類
Local Tunnel (Local Forwarding)
Remote Tunnel (Remote Forwarding)
Dynamic Tunnel (Dynamic Forwarding)
在 Tunnel 的情境中會有三個角色
Client
SSH...
more...