Is there a way to automate this workflow?
I have a script to help me complete these tasks, but I wanted to find a way to do it without my input or frontend scripting:
- SSH to connect to a server for a company I work with;
- Enter the password using keychain;
- Change global proxy settings (this could be the first task);
- Then a script to revert it all.
Thank you all!