Differences between revisions 2 and 3
Revision 2 as of 2024-06-07 14:32:34
Size: 1355
Editor: JamesCox
Comment:
Revision 3 as of 2024-06-07 14:45:38
Size: 1587
Editor: JamesCox
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Run uccpass setup Run
{{{#!wiki yellow/solid
uccpass setup }}}
Line 8: Line 10:
'''Do not run''' sudo uccpass setup '''Do not run'''
{{{#!wiki red/solid
sudo uccpass setup }}}
Line 12: Line 16:
Ask someone else on wheel to run uccpass reload Ask someone else on wheel to run {{{#!wiki yellow/solid
uccpass reload}}}
== Committee ==
Run {{{#!wiki yellow/solid
uccpass setup committee}}}
Line 14: Line 22:
== Committee ==
Run uccpass setup committee

Ask someone on wheel or committee to run uccpass reload committee
Ask someone on wheel or committee to run {{{#!wiki yellow/solid
uccpass reload committee}}}
Line 21: Line 27:
Run uccpass, it will print out all the entries that are available in the store Run {{{#!wiki yellow/solid
uccpass }}}, it will print out all the entries that are available in the store
{{{
Line 47: Line 54:

To get the password for, say, altronics, run uccpass UCC/external/altronics
Or for aragog, run uccpass UCC/servers/aragog
}}}
To get the password for, say, altronics, run {{{#!wiki yellow/solid
uccpass UCC/external/altronics}}}
Or for aragog, run {{{#!wiki yellow/solid
uccpass
uccpass UCC/servers/aragog}}}

UCCpass is the UCC password manager, that uses GPG keys to share a common store of passwords.

How To Enroll

Wheel

Run

uccpass setup

Do not run

sudo uccpass setup

You will get permission denied errors on committee gpg files, this is normal?

Ask someone else on wheel to run

uccpass reload

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