File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ This is a remote runner. This runner executes a Linux command on one or more rem
52
52
by the user. The last newline character is stripped from ``stdout `` and ``stderr `` fields in the
53
53
output.
54
54
55
+ .. note ::
56
+
57
+ By default |st2 | uses paswordless sudo for system user which is used to execute commands on
58
+ local and remote systems. In addition to paswordless sudo, local and remote runners also support
59
+ password protected sudo via ``sudo_password `` runner parameter. With the remote runner, sudo
60
+ password is passed to the sudo command as a command line argument which means it has some
61
+ security implications - if bash history is enabled for the system user under which |st2 |
62
+ remote commands run, this command which includes sudo password will be saved in bash history
63
+ and any system user which access to that user bash history file will be able to view it.
64
+
55
65
Runner Parameters
56
66
^^^^^^^^^^^^^^^^^
57
67
You can’t perform that action at this time.
0 commit comments