diff --git a/scripts/remote-install-encrypt.sh b/scripts/remote-install-encrypt.sh index bd1de42..43c36c1 100755 --- a/scripts/remote-install-encrypt.sh +++ b/scripts/remote-install-encrypt.sh @@ -46,7 +46,7 @@ echo "$diskKey" > /tmp/secret.key sops -d "$pwpath/$hostkey" > "$temp/etc/ssh/$hostname" -sopd -d "$pwpath/$initrdkey" > "$temp/etc/ssh/initrd" +sops -d "$pwpath/$initrdkey" > "$temp/etc/ssh/initrd" # # Set the correct permissions so sshd will accept the key chmod 600 "$temp/etc/ssh/$hostname"