Trust manager #46

Merged
signalhunter merged 3 commits from trustmgr into develop-1.8 2020-08-24 01:41:26 -04:00
signalhunter commented 2020-08-22 03:35:21 -04:00 (Migrated from github.com)

Currently, there isn't a user-friendly way to revoke trusted devices besides editing /usr/.known_hosts manually.
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:
trust manager item
trust manager panel

Currently, there isn't a user-friendly way to revoke trusted devices besides editing `/usr/.known_hosts` manually. 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: ![trust manager item](https://user-images.githubusercontent.com/9440126/90951282-766e0280-e427-11ea-9420-1259fdbbb626.png) ![trust manager panel](https://user-images.githubusercontent.com/9440126/90951254-255e0e80-e427-11ea-8329-7c934a8ac60f.png)
xAnavrins commented 2020-08-24 01:42:22 -04:00 (Migrated from github.com)

Thank you, this was really something that was needed.

Thank you, this was really something that was needed.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MayaTheShy/Opus#46