You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great tool. I was working with tofu/terraform, but this much simpler.
I found an issue with the ssh-keys. When creating a new shape file from a template, the keys are copied from ~root/.ssh/authorized_keys, but I have a "sk-ssh-ed25519@openssh.com" key, which is in this file. The template-creator only copies the lines starting with "ssh-rsa", so my key is not copied.
It is not a big deal, because I can change it by hand in the new shape file.
The text was updated successfully, but these errors were encountered:
Great tool. I was working with tofu/terraform, but this much simpler.
I found an issue with the ssh-keys. When creating a new shape file from a template, the keys are copied from ~root/.ssh/authorized_keys, but I have a "sk-ssh-ed25519@openssh.com" key, which is in this file. The template-creator only copies the lines starting with "ssh-rsa", so my key is not copied.
It is not a big deal, because I can change it by hand in the new shape file.
The text was updated successfully, but these errors were encountered: