15 lines
539 B
YAML
15 lines
539 B
YAML
passwords:
|
|
andy: $1$34556rtg$KT1r9T2MGzpBUIS5iJ90N.
|
|
urs: $1$34556rtg$4K/6EKUB0GTMmzwAiClTU0
|
|
robert: $1$3qerxfkj$OkBu/4EsxpTYSh29BxUIc1
|
|
peter: $1$q35w04et$pMG6WRf33iPGKOEYVBLTV0
|
|
ewald: $1$4tsdghsl$oc0zuI3qUcg1G2pCmSxT5.
|
|
chris: $1$X8nguz3$JXZt4tGOLGgPLhF4nE5JU/
|
|
|
|
# chris is a contractor from OOpen, who helps us with server management.
|
|
|
|
# To add new entry generate hashed password with following command
|
|
# and add a line with the username and the generated password hash:
|
|
|
|
# openssl passwd -salt <salt> -1 "<plaintext_password>"
|