Size: 1587
Comment:
|
← Revision 4 as of 2024-06-07 15:12:28 ⇥
Size: 1589
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
'''Do not run''' {{{#!wiki red/solid sudo uccpass setup }}} |
|
Line 18: | Line 14: |
'''*Do not run*''' {{{#!wiki red/solid sudo uccpass setup }}} |
UCCpass is the UCC password manager, that uses GPG keys to share a common store of passwords.
How To Enroll
Wheel
Run
uccpass setup
You will get permission denied errors on committee gpg files, this is normal?
Ask someone else on wheel to run
uccpass reload
*Do not run*
sudo uccpass setup
Committee
Run
uccpass setup committee
Ask someone on wheel or committee to run
uccpass reload committee
Read a password
Run
uccpass
, it will print out all the entries that are available in the store
Password Store └── UCC ├── clubroom │ ├── clubroom │ └── steam ├── committee │ ├── amaysim │ ├── ... ├── devices │ ├── abe │ ├── ... ├── external │ ├── altronics │ ├── ... ├── other │ ├── IoT-wifi │ ├── ... ├── servers │ ├── aragog │ ├── ... ├── services │ ├── ActiveDirectory │ ├── ... └── welcome
To get the password for, say, altronics, run
uccpass UCC/external/altronics
Or for aragog, run
uccpass uccpass UCC/servers/aragog
What to do when your key expires
UNKNOWN