If you have an SSH proxy that you need to run automatically from cron you will need it in the background to work.
ssh -N -D 22000 user@domain.com
Basically the -N let's it continue running in the background.
ssh, proxy, cron, scriptif, automatically, user, domain,