I have been using this command to connect Terminal to my local SOCKS5 Proxy:
export http_proxy=socks5://127.0.0.1:8070 https_proxy=socks5://127.0.0.1:8070 && curl ifconfig.me;
My IP is correct according to ifconfig.me, so port 80 and 443 work fine, but when I use SSH, I'm not connected through the proxy.
Is there a simple way around that?
I was able to connect ssh via shadowsocks with netcat:
You can add it to
~/.ssh/config
netcat isnt avaliable in MacOS by default, you need to install: