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'.
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Target version set to 98
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/141 added
Updated by Ivan Necas almost 8 years ago
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/151, https://github.com/theforeman/foreman/pull/3167 added
- Pull request deleted (
https://github.com/theforeman/foreman_remote_execution/pull/141)
Fixed in foreman templates, where the code was moved to
Updated by Daniel Lobato Garcia almost 8 years ago
- Target version changed from 99 to 1.11.0
Actions