diff --git a/docs/install.md b/docs/install.md index 6d18b3ef..8277288c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -171,7 +171,7 @@ for keys in this location. FROM 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... root@example.com' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/keys && \ + echo 'ssh-ed25519 AAAAC3Nza... root@example.com' > /usr/etc-system/root.keys && chmod 0600 /usr/etc-system/root.keys && \ ostree container commit ```