jborean93 / ansible-role-win_openssh

Ansible Role to install Win32-OpenSSH on Windows - https://github.com/PowerShell/Win32-OpenSSH
MIT License
28 stars 17 forks source link

fix: take back control of the admins_authorized_keys file #20

Open nableru opened 1 year ago

nableru commented 1 year ago

while opt_openssh_shared_admin_key is set to true, sshd_config contains the correct configuration: AuthorizedKeysFile PROGRAMDATA /ssh/administrators_authorized_keys

but the file %PROGRAMDATA%\ssh\administrators_authorized_keys is missing and not managed by ansible