NAME
sreview-keys - manage keys in SReview's authorized_keys
file.
SYNOPSIS
sreview-keys --event="event name" --action="add" --file=./id_rsa.pub
sreview-keys -a "remove" --file=./id_rsa.pub
DESCRIPTION
sreview-keys is a simple tool to manage keys in an authorized_keys
file so that when you run rsync
to sync input data to the SReview master server, the files are written to that event's own input directory (and not elsewhere).
The default event name is taken from the SReview configuration file (see sreview-config, or it can be overridden with --event
(alias: -e
).
The default action is to add a key; to remove one, either edit the file, or use the --action=remove
(alias: -a remove
) option.