Manually add ssh keys to a lxd container
First create a file called authorized_keys in the your home directory on the LXD host with the keys you want to use in the container. While we are on the subject it might be a good time to upgrade your ssh keys to ssh-keygen -t ed25519 # vi authorized_keys Then use the following commands: lxc exec…
Läs mer