Actions
Bug #13439
closedauthorized_files is created at the user directory but owner is root
Difficulty:
Triaged:
Description
As noticed by ewoud on https://github.com/theforeman/community-templates/pull/233 , during provision the authorized_keys file is created under the 'ssh_user' directory but the user may not be able to read or write it after that, since it was created by root.
Fix is simple, just chown the directory and file as 'ssh_user'.
Actions