I am trying to create a SOCKs proxy on my local Bitcoin server. It ends up I have no idea what I am doing. I entered the following commands:
sudo ssh -ND 443 @
sudo ssh -ND 9999 @
I forwarded the ports on my router. In short, it doesn't work. How do I revert these commands?