Skip to content

Commit f856b6f

Browse files
committed
docs: fix injecting root keys example
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 1db8a4c commit f856b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ for keys in this location.
171171
FROM <image>
172172
RUN mkdir -p /usr/etc-system/ && \
173173
echo 'AuthorizedKeysFile /usr/etc-system/%u.keys' >> /etc/ssh/sshd_config.d/30-auth-system.conf && \
174-
echo 'ssh-ed25519 AAAAC3Nza... [email protected]' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/keys && \
174+
echo 'ssh-ed25519 AAAAC3Nza... [email protected]' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/root.keys && \
175175
ostree container commit
176176
```
177177

0 commit comments

Comments
 (0)