Replies: 1 comment
-
Its being used for primary single quote and double quotes issues in the commands which happens mostly to isolated users. Since those isolated users don't have ssh (because they are isolated) vito ssh using vito user and runs command with sudo for that isolated users |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I hope you’re doing well.
I was reviewing the following line in the SSH helper:
vito/app/Helpers/SSH.php
Line 124 in c338b68
I noticed that the command is being base64 encoded before execution. Could you please explain the rationale behind encoding the command this way?
Is it mainly for escaping or safety purposes when running sudo su -c?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions