New Discussion

Notifications

You’re not receiving notifications from this thread.

How do I execute a sudo command over SSH?

1
Servers

I'm building a portal to manage our server farm.
I need to create an SSH connection and then execute some commands (bash scripts)
however this commands block the SSH process
sudo -u deployer -H bash -l

how can i resolve this?

With SSH you can run commands on remote machines, even if the command requires sudo privileges.
solitaire

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,440+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.