Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I execute a sudo command over SSH?

Peter vande Put asked in 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?

Reply

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

Reply
Join the discussion
Create an account Log in

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

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

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

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.