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:
Andreas Calminder
2018-08-14 01:06:33 +02:00
committed by Toshio Kuratomi
parent 688ffa4cee
commit 21066410be
2 changed files with 22 additions and 2 deletions

View 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