Skip to content

Monster Oasis

  • 浪況預測
  • KML2CSV
  • World Marathon
  • Privacy Policy

msn

linux / putty ssh tunnel setting

2011/05/142008/10/16 by Monster

在 HOST A 下 # # ssh -D 8000 -C -N -f [email protected] # -D bind 一個 “dynamic” 的port , -C 壓縮 , -N 不執行任何 command , -f 背景執行, 在 HOST A 下 netstat -an | grep LIST 可以看到 tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 若本機為 linux , dynanic 的連法: ssh -NfD 8000 -p 2200 … Read more

Categories Software, System/Linux/Unix* Tags firewall, msn, socks, ssh
© 2022 Monster Oasis • Built with GeneratePress