SSH server

TCPKeepAlive yes
ClientAliveInterval 30
ClientAliveCountMax 99

Windows SSH client

使用 putty (若使用 pietty 需切換至 putty 模式) – 下載
開啟 putty 的 tunnels 分頁

  • Source Port 輸入自己想要的本地 Port ex.8080
  • 下面選項切換至 Dynamic
  • 點ADD按鈕
  • IE Proxy 伺服器點選進階
  • Socks 填寫 localhost 和剛才設定的本地 Port ex.8080
  • 完工

Liux SSH Client

ssh -D 8080 user@1.1.1.1
  • -D 同上設定北地 Port
  • 剩餘設定方式同上