Add method to remove inactive SSH keys

This commit is contained in:
2023-09-01 15:42:28 -04:00
parent 25dde4709b
commit ea9fe5570f
2 changed files with 28 additions and 0 deletions

View File

@ -110,6 +110,8 @@ admin_users:
uid: 500
keys:
- "ssh-ed25519 MyKey 2019-06"
removed:
- "ssh-ed25519 ObsoleteKey 2017-01"
# Backup user SSH user keys, for remote backups separate from administrative users (e.g. rsync)
# > Uncomment to activate this functionality.