Is your feature request related to a problem? Please describe.
Not all users want to run a daemon, some just want to update the authorized_keys file and exit.
Describe the solution you'd like
Add a flag which would tell keyps to run a single update and exit without reverting the file.
The flag could be something like --update / -u.
Is your feature request related to a problem? Please describe.
Not all users want to run a daemon, some just want to update the
authorized_keysfile and exit.Describe the solution you'd like
Add a flag which would tell keyps to run a single update and exit without reverting the file.
The flag could be something like
--update/-u.