net/ssh: copy_ssh_keys(): pass chroot for uid resolution

This commit is contained in:
InsanePrawn 2024-03-20 16:43:08 +01:00 committed by Prawn
parent a4cfc3c3e5
commit a176fad05a
2 changed files with 32 additions and 22 deletions

View file

@ -333,7 +333,7 @@ def install_rootfs(
)
chroot.add_sudo_config(config_name='wheel', privilegee='%wheel', password_required=True)
copy_ssh_keys(
chroot.path,
chroot,
user=user,
)
files = {