Skip to content

Instantly share code, notes, and snippets.

@abstractart
Created April 28, 2019 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abstractart/8993191db69b3016191cec339dc06557 to your computer and use it in GitHub Desktop.
Save abstractart/8993191db69b3016191cec339dc06557 to your computer and use it in GitHub Desktop.
SSH connection through shadowsocks
# ~/.ssh/config
Host 159.89.190.250 # DigitalOcean droplet ip
ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p # 127.0.0.1:1080 - shadowsocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment