coreos / fedora-coreos-docs

Documentation for Fedora CoreOS
https://docs.fedoraproject.org/en-US/fedora-coreos/
Other
49 stars 119 forks source link

[main] Doc issue in file modules/ROOT/pages/producing-ign.adoc #564

Closed stemid closed 1 year ago

stemid commented 1 year ago

The example on this page assumes you can login over ssh, but you cannot because the butane spec says;

ssh_authorized_keys (list of strings): a list of SSH keys to be added as an SSH key fragment at .ssh/authorized_keys.d/ignition in the user’s home directory. All SSH keys must be unique.

But /etc/ssh/sshd_config is not setup to look for keys in that path. So the butane spec is weird, the Fedora CoreOS docs are wrong. Not sure where to start with this one.

stemid commented 1 year ago

Misunderstanding, I couldn't find the /etc/ssh/sshd_config.d dir.