Skip to content

Commit

Permalink
Merge pull request #209 from runcom/fix-root-keys-docs
Browse files Browse the repository at this point in the history
docs: fix injecting root keys example
  • Loading branch information
vrothberg authored Nov 24, 2023
2 parents 1db8a4c + f856b6f commit 0137dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ for keys in this location.
FROM <image>
RUN mkdir -p /usr/etc-system/ && \
echo 'AuthorizedKeysFile /usr/etc-system/%u.keys' >> /etc/ssh/sshd_config.d/30-auth-system.conf && \
echo 'ssh-ed25519 AAAAC3Nza... [email protected]' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/keys && \
echo 'ssh-ed25519 AAAAC3Nza... [email protected]' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/root.keys && \
ostree container commit
```

Expand Down

0 comments on commit 0137dcc

Please sign in to comment.