Skip to content
Snippets Groups Projects
Commit 26f15486 authored by Fabian Englert's avatar Fabian Englert
Browse files

Added a note for password change

parent b9fb1138
Branches
Tags
No related merge requests found
Pipeline #141206 failed
This commit is part of merge request !462. Comments created here will be created in the context of that merge request.
...@@ -69,6 +69,13 @@ vm-with-packer ...@@ -69,6 +69,13 @@ vm-with-packer
- Take a look at the [wiki](https://code.fbi.h-da.de/danet/gosdn/-/wikis/Deployment/Virtual-Machine-with-Packer). - Take a look at the [wiki](https://code.fbi.h-da.de/danet/gosdn/-/wikis/Deployment/Virtual-Machine-with-Packer).
### ⚠️ Note
If you want to change the password of the user **gosdn** for Ubuntu Server a new one has to be created with the command **mkpasswd -m sha512crypt newpassword** (**newpassword** is a placeholder for the password you want to use). **mkpasswd** is in the **whois** package for Debian/Ubuntu.
Alternatively you can use the command **openssl passwd -6 newpassword** if you can not use **mkpasswd**.
You **can not** set the password in **plaintext** in meta-data!
--- ---
## References ## References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment