diff options
| author | Nathan Kinkade <nkinkade@creativecommons.org> | 2014-05-23 09:59:46 -0400 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@creativecommons.org> | 2014-05-23 09:59:46 -0400 |
| commit | d8a455efd41afdbefe6065e48df90ee2fb636dcb (patch) | |
| tree | 4c83e0196bcc3e20672c9b8accbc672a48ccd734 /README | |
Initial commit.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +These are a couple of scripts used to manage the digital signing of AIDE +databases. The script check_sign_aide.sh is installed on one central server, +where the various signatures will be managed and stored. The script uses SSH +to login to each remote server using public-key authentication. Because these +operations need to happen as root on each remote machine, root's +authorized_keys file on each remote machine should have a forced command +something like the following for the key of the central server handling the +signing: + +command="/root/bin/check_sign_aide_wrapper.sh",no-port-forwarding,no-X11-forwarding,no-pty,from="server.example.com" |
