Hacker News new | past | comments | ask | show | jobs | submit login

This works in reverse as well, which is useful to use your laptop as a proxy. Suppose you can SSH to a server that can't connect to something your laptop can, like a git server accessible only over VPN.

  ssh -D8081 localhost
  ssh -R8081:localhost:8081 some.remote.server
  http_proxy=socks5h://localhost:8081 git clone git@git.corp:foo/bar.git



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: