Lennart Poettering on Nostr: … the ssh keys field of the user record in the fields to copy. Net result: if your ...
… the ssh keys field of the user record in the fields to copy.
Net result: if your host user has the SSH keys properly included in the user record, then --bind-user= will make the account immediately accessible inside the container too, via ssh (assuming that ssh is available inside the container).
This is particular nice considering the automatic AF_VSOCK hookup for ssh we added in v256: without configuring the network, you can directly log into your host user account inside the container.
Net result: if your host user has the SSH keys properly included in the user record, then --bind-user= will make the account immediately accessible inside the container too, via ssh (assuming that ssh is available inside the container).
This is particular nice considering the automatic AF_VSOCK hookup for ssh we added in v256: without configuring the network, you can directly log into your host user account inside the container.