diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2014-09-12 00:00:45 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2014-09-12 00:00:45 +0000 |
commit | e123d08c9962f58525d98864b572d7987684dff0 (patch) | |
tree | 2aca614d511f0bc8141f6e38b1e977a529159080 /doc/doc.RPKI.RP.HierarchicalRsync | |
parent | 005a8b3b6575eca08abfdf2569564b1e8895de97 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5945
Diffstat (limited to 'doc/doc.RPKI.RP.HierarchicalRsync')
-rw-r--r-- | doc/doc.RPKI.RP.HierarchicalRsync | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc.RPKI.RP.HierarchicalRsync b/doc/doc.RPKI.RP.HierarchicalRsync index 06aeefeb..c3825556 100644 --- a/doc/doc.RPKI.RP.HierarchicalRsync +++ b/doc/doc.RPKI.RP.HierarchicalRsync @@ -50,8 +50,8 @@ Script for a downstream relying party using ssh might look like this: data/rcynic.${host} done cd /var/rcynic/rpki-rtr - /usr/bin/su -m rcynic -c '/usr/local/bin/rtr-origin --cronjob /var/rcynic/ - data/authenticated' + /usr/bin/su -m rcynic -c '/usr/local/bin/rpki-rtr cronjob /var/rcynic/data/ + authenticated' where /root/rpki_ssh_id_rsa is an SSH private key authorized to log in as user "rpkisync" on the gatherer machines. If you want to lock this down a little @@ -81,8 +81,8 @@ configuration would look more like this: data/rcynic.${host} done cd /var/rcynic/rpki-rtr - /usr/bin/su -m rcynic -c '/usr/local/bin/rtr-origin --cronjob /var/rcynic/ - data/authenticated' + /usr/bin/su -m rcynic -c '/usr/local/bin/rpki-rtr cronjob /var/rcynic/data/ + authenticated' where "unauthenticated" here is an rsync module pointing at /var/rcynic/data/ unauthenticated on each of the gatherer machines. Configuration for such a |