I have a few network scripts that I used under OS X Lion that automatically created a ssh connection and then changed network configuration on my local machine to run traffic through the ssh tunnel. I changed the network configuration using these shell commands:
networksetup -setsocksfirewallproxy "Wi-Fi" localhost ####
networksetup -setsocksfirewallproxystate "Wi-Fi" on
Now, under Mountain Lion, it asks for a password for both every time I run the script, which is very annoying. Is there a way to have it remember the password, or bypass it, or just put it in the first time and have it remember?
