mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
authorized_key 29891 use os.path.realpath to follow keyfile symlinks (#40417)
* 29891 use os.path.realpath to follow keyfile symlinks * 29891 add parameter follow * updated changelog fragment * add documentation and set default to false
This commit is contained in:
committed by
Toshio Kuratomi
parent
688ffa4cee
commit
21066410be
4
changelogs/fragments/authorized_key_symlinks.yaml
Normal file
4
changelogs/fragments/authorized_key_symlinks.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- authorized_key now have an option for following symlinks,
|
||||
default behaviour (False) can be changed by setting follow True/False
|
||||
Reference in New Issue
Block a user