Changes
Page history
Explain how to send the signed challenge to change the sudo password
authored
May 18, 2021
by
meskio
Hide whitespace changes
Inline
Side-by-side
doc/accounts.md
View page @
7754e515
...
@@ -261,8 +261,15 @@ Alternatively, or additionally, you can have per-host sudo passwords
...
@@ -261,8 +261,15 @@ Alternatively, or additionally, you can have per-host sudo passwords
-- just select the appropriate host in the pull-down box.
-- just select the appropriate host in the pull-down box.
Once set on the web interface, you will have to confirm the new
Once set on the web interface, you will have to confirm the new
settings by sending a signed challenge to the mail interface. Please
settings by sending a signed challenge to the mail interface. The
ensure you don't introduce any additional line breaks.
challenge is a single line, without line breaks, provided by the web
interface. With the challenge first you will need to produce an
openpgp signature:
echo 'confirm sudopassword ...' | gpg --armor --sign
With it you can compose an email to changes@db.torproject.org, sending
the challenge in the body followed by the openpgp signature.
Note that setting a sudo password will only enable you to use sudo to
Note that setting a sudo password will only enable you to use sudo to
configured accounts on configured hosts. Consult the output of "sudo
configured accounts on configured hosts. Consult the output of "sudo
...
...
...
...