Deploying with Capistrano

I’m trying to troubleshoot some issues deploying with Capistrano.

What are the access requirements for this? Is it just SFTP access or would you need SSH, Su, Sudo, etc… access?

At the very least I have SFTP access to deploy my sites, just wondering if that’s enough.

Thanks!

You need SSH and that’s about it. You’d only need sudo if you needed to restart a process during the deploy which usually isn’t required.