diff --git a/secrets/desko/README.md b/secrets/desko/README.md index 97cb924dd..3cfb0422c 100644 --- a/secrets/desko/README.md +++ b/secrets/desko/README.md @@ -1,9 +1,7 @@ - nix_signing_key.bin: - - generate with `nix-store --generate-binary-cache-key desko cache-priv-key.pem cache-pub-key.pem` - - used when deploying packages to a remote machine + - generate with `nix-store --generate-binary-cache-key desko cache-priv-key.pem cache-pub-key.pem` + - used when deploying packages to a remote machine - colin-passwd.bin: - - see - - update by running `sudo passwd colin` and then taking the 2nd item from the colin: line in /etc/shadow - - N.B.: you MUST do `sudo passwd colin` instead of just `passwd`, i guess because of immutable users or something + - generate with `mkpasswd -m sha512crypt`, or `mkpasswd --rounds=2000000 --method=sha512crypt` - guest/authorized_keys.bin - - who's allowed to login to the guest account + - who's allowed to login to the guest account diff --git a/secrets/moby/README.md b/secrets/moby/README.md new file mode 100644 index 000000000..3cc0d79d2 --- /dev/null +++ b/secrets/moby/README.md @@ -0,0 +1,2 @@ +- colin-passwd.bin: + - generate with `mkpasswd -m sha512crypt`, or `mkpasswd --rounds=200000 --method=sha512crypt`