We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ssh -NfD 9999 username@vps-server-ip-or-domain
127.0.0.1:9999
sudo apt-get install connect-proxy
vim ~/.ssh/config
## 目前只配置github.com域名下ssh通信通过socks代理 Host *.github.com ProxyCommand connect -S 127.0.0.1:9999 %h %p
There was an error while loading. Please reload this page.