Skip to content

Instantly share code, notes, and snippets.

@uzxmx
Last active April 3, 2018 16:41
Show Gist options
  • Save uzxmx/ade51ae4e6087d66150c5516905c62ce to your computer and use it in GitHub Desktop.
Save uzxmx/ade51ae4e6087d66150c5516905c62ce to your computer and use it in GitHub Desktop.
misc

SSH Tunnel

https://ngrok.com

git use http/https proxy

git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080'

how to ssh login without password

copy id_rsa.pub's content to ~/.ssh/authorized_keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment