From b94849b2f8a26d174897058462925813ad7cedcc Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 4 Mar 2025 18:17:43 +0100 Subject: [PATCH] [sops] fix typo --- scripts/remote-install-encrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"