Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Related
Yamcs HTTP API
Yamcs Release Notes
Source Code Documentation
Download this Document
yamcsadmin password-hash¶
Synopsis¶
yamcsadmin password-hash
Description¶
Prompts to enter and confirm a password, and generates a randomly salted PBKDF2 hash of this password. This hash may be used in etc/users.yaml
instead of the actual password, and allows verifying user passwords without storing them.
Environment¶
- YAMCSADMIN_PASSWORD
Provide the password through the environment, thereby avoiding prompts.