Trust manager #46
Reference in New Issue
Block a user
Delete Branch "trustmgr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there isn't a user-friendly way to revoke trusted devices besides editing
/usr/.known_hostsmanually.The trust manager aims to solve that problem by providing a System panel that allows the user to easily revoke devices with just a click.
Currently there isn't any confirmation dialog, so the user might accidentally revoke a device.
Identities are derived from the last 20 characters of a SHA-256'd private key, used for visual identification.
Some screenshots:


Thank you, this was really something that was needed.