Skip to content

Commit 1a88844

Browse files
cgwaltersbluca
authored andcommitted
docs/CREDENTIALS: Don't write authorized_keys with executable bits
No reason to make this file executable. (cherry picked from commit 47374e0) (cherry picked from commit 30f9309) (cherry picked from commit e09ef87) (cherry picked from commit b28b9db)
1 parent 2b1cc75 commit 1a88844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CREDENTIALS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ qemu-system-x86_64 \
396396
-drive if=none,id=hd,file=test.raw,format=raw \
397397
-device virtio-scsi-pci,id=scsi \
398398
-device scsi-hd,drive=hd,bootindex=1 \
399-
-smbios type=11,value=io.systemd.credential.binary:tmpfiles.extra=$(echo "f~ /root/.ssh/authorized_keys 700 root root - $(ssh-add -L | base64 -w 0)" | base64 -w 0)
399+
-smbios type=11,value=io.systemd.credential.binary:tmpfiles.extra=$(echo "f~ /root/.ssh/authorized_keys 600 root root - $(ssh-add -L | base64 -w 0)" | base64 -w 0)
400400
```
401401
## Relevant Paths
402402

0 commit comments

Comments
 (0)