Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • To change the debug level, find sshd_config file and: Uncomment and change the values from: #SyslogFacility AUTH #LogLevel INFO To: SyslogFacility AUTH LogLevel DEBUG3
    – Mapkin
    Commented Mar 2, 2021 at 17:19
  • Note that the account that needs the read permissions is the account that runs the "OpenSSH SSH service". It can be a different one than the sshd. In my case OpenSSH runs under the SYSTEM account. I've summarized this in my article about Setting up SSH public key authentication of Windows OpenSSH server. Commented Mar 5, 2021 at 20:15