You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Currently we only support SSHing as root; perhaps it would be helpful to support SSHing as somebody who isn't root, but has sudo. This will affect every command we run on the target system. Caveat, sometimes scripting and sudo doesn't play nice together, so this won't necessarily be the most straightforward thing. Possibly #60 could be fixed by using sudo instead of sshing as root, but I don't know enough to assert that for sure. That's the only reason I'd think this issue important; otherwise it is easy enough to enable root SSH from a sudoer account (as documented in our Setup Instructions).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we only support SSHing as root; perhaps it would be helpful to support SSHing as somebody who isn't root, but has sudo. This will affect every command we run on the target system. Caveat, sometimes scripting and sudo doesn't play nice together, so this won't necessarily be the most straightforward thing. Possibly #60 could be fixed by using sudo instead of sshing as root, but I don't know enough to assert that for sure. That's the only reason I'd think this issue important; otherwise it is easy enough to enable root SSH from a sudoer account (as documented in our Setup Instructions).
The text was updated successfully, but these errors were encountered: