dotfiles/.local/bin/scripts/vmpasswd

6 lines
200 B
Plaintext
Raw Normal View History

2023-11-04 18:08:39 +00:00
#!/bin/sh -ex
# Generate a cloud-init hashed password for the given machine and copy it
passwd=$(mkpasswd --method=SHA-512 --rounds=4096 $(pass mpw -t basic "$@"))
echo $passwd
echo $passwd | wl-copy