net/ssh: copy_ssh_keys(): pass chroot for uid resolution
This commit is contained in:
parent
a4cfc3c3e5
commit
a176fad05a
2 changed files with 32 additions and 22 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue