Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltrr-arizona-edu/passup
Password rotation for Linux using the Stache API.
https://github.com/ltrr-arizona-edu/passup
Last synced: about 1 month ago
JSON representation
Password rotation for Linux using the Stache API.
- Host: GitHub
- URL: https://github.com/ltrr-arizona-edu/passup
- Owner: ltrr-arizona-edu
- License: gpl-3.0
- Created: 2023-06-28T21:38:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:12:12.000Z (5 months ago)
- Last Synced: 2024-07-27T00:26:21.802Z (5 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Rotation Shell Script for Linux
The simple script relies on API access to the [University of Arizona's implementation](https://confluence.arizona.edu/display/SIA/Stache+Basics)
of the [STACHE](https://www.saltycloud.com/stache/) secure credential store.
It obtains the current password for a normal user account, generates a new random
password conforming to some character class constraints, updates the password, and writes
the new password back to the credential store.