Re: Server refuses key FIXED
Thanks for sharing your findings.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
administrators_authorized_keys
file to "Full Control", but apparently something else was needed. They altered the permissions, and now it is working.
C:\ProgramData
.
\WinSCP\PuTTY\puttygen.exe
software, and the second pair from within WinSCP. I've studied documents from many websites and tutorials. I'm familiar with ssh_config
and relevant settings (none of which needed to be changed for a successful connection). I've triple checked everything, and tried some variations. I've copied the public keys very carefully, not adding any characters or spaces (except a final CR I tried with and without the final CR).
c:\Windows\ProgramData\ssh\administrators_authorized_keys
path? Common path to administrators_authorized_keys
is C:\ProgramData\ssh\administrators_authorized_keys
, unless anything checked recently.
sshd_config
has this:
Match Group administrators
AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys
c:\Windows\ProgramData\ssh\administrators_authorized_keys
administrators_authorized_keys
has permissions for full control for the administrators group
.ssh\authorized_keys
because I understood that the administrators version would apply to all accounts in the Administrators Group)