mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
parent
151dcf5a85
commit
e961438904
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class AdminUserPublicKey(Task):
|
||||||
# (must be through chroot, the host system doesn't know about the user)
|
# (must be through chroot, the host system doesn't know about the user)
|
||||||
from bootstrapvz.common.tools import log_check_call
|
from bootstrapvz.common.tools import log_check_call
|
||||||
log_check_call(['chroot', info.root,
|
log_check_call(['chroot', info.root,
|
||||||
'chown', '-R', username, auth_keys_rel])
|
'chown', '-R', (username + ':' + username), ssh_dir_rel])
|
||||||
|
|
||||||
|
|
||||||
class AdminUserPublicKeyEC2(Task):
|
class AdminUserPublicKeyEC2(Task):
|
||||||
|
|
Loading…
Add table
Reference in a new issue