burusftp user key delete
NAME
burusftp user key delete
- Delete user’s public key.
OPTIONS
-c, --comment <comment>
- Delete keys with specific comment. Use
-c ""
to delete keys with no comment.
- Delete keys with specific comment. Use
-i, --file <path>
- Delete keys that match key(s) in specified file
-f, --force
- Allow deletion of keys across multiple users (when
-u
is not specified) or when multiple keys are matched.
- Allow deletion of keys across multiple users (when
-F, --fingerprint <fingerprint>
- Delete keys using public key SHA-256 base-64 fingerprint (e.g.
UVD1EIK...
). Full fingerprint or only starting portion can be used.
- Delete keys using public key SHA-256 base-64 fingerprint (e.g.
-t, --type (rsa | dsa | ed25519 | ecdsa)
- Delete keys of specified type.
-u, --username <username>
- Username. When username is not specified the command deletes keys across all users, using the filters given.
--help
- Display this help.
EXAMPLES
# Delete all keys for all users
burusftp user key delete -f
# Delete all DSA keys for all users
burusftp user key delete -ft dsa
# Delete key with specific fingerprint for user
burusftp user key delete -u elaine -F "UVD1EIKY1p"
SEE ALSO
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.