Add method to remove inactive SSH keys

This commit is contained in:
Joshua Boniface
2022-05-18 14:42:45 -04:00
parent dd4825a30a
commit 0a8b1bfa6e
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.