I know how to forward SOCKS proxy on the command like below
ssh -D port_number user@host
This works well but I want to be able to put that forwarding into my SSH config
file. But I am not able to locate any useful information or tutorial about.
I have bunch of normal SSH profiles in the config so I prefer to have the forwardings attached to the SSH profiles.