I am using Sequel Pro to connect to a remote database. Normally, when I SSH in, I have to run sudo su before I can access the database. So when I put in my normal SSH credentials into Sequel Pro, it comes back with an error that I don't have the rights to access the DB server (just like I get an error when I try to connect from the command line without sudo su).
So is there a way to sudo connect to a remote server?