You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
345 B

  1. ## allow admin users to request a recovery key, this is really not
  2. ## sufficient, but the real check is done on the
  3. ## ``ssh-admin-cmd-validate`` side.
  4. %rsync ALL=(root) NOPASSWD: /usr/local/sbin/request-recovery-key *
  5. %rsync ALL=(root) NOPASSWD: /bin/touch /etc/rsync/keys/recover/*
  6. %rsync ALL=(root) NOPASSWD: /usr/local/sbin/ssh-update-keys