We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850d3d7 commit b28b9dbCopy full SHA for b28b9db
docs/CREDENTIALS.md
@@ -409,7 +409,7 @@ qemu-system-x86_64 \
409
-device scsi-hd,drive=hd,bootindex=1 \
410
-device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=42 \
411
-smbios type=11,value=io.systemd.credential:vmm.notify_socket=vsock:2:1234 \
412
- -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)
+ -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)
413
```
414
415
A process on the host can listen for the notification, for example:
0 commit comments