Skip to content

Commit ec2eb41

Browse files
authored
Update enable-openssh-verbose-logging.md
Edit review per CI 7238
1 parent 61b782a commit ec2eb41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

support/windows-server/system-management-components/enable-openssh-verbose-logging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to enable OpenSSH verbose logging
2+
title: How to enable OpenSSH Verbose Logging
33
description: Explains how to enable verbose logging for the OpenSSH service.
44
ms.date: 10/03/2025
55
manager: dcscontentpm
@@ -15,9 +15,9 @@ appliesto:
1515
---
1616
# How to enable OpenSSH verbose logging
1717

18-
To enable logging verbose logging for the OpenSSH Server service, modify the sshd_config file and restart the OpenSSH Server service. To do this, follow these steps:
18+
To enable logging verbose logging for the OpenSSH Server service, modify the sshd_config file, and restart the OpenSSH Server service. To do this, follow these steps:
1919

20-
1. Using an Administrator-level account, open a text editor, and then open **%ProgramData%\ssh\sshd_config**. The default text of the "Logging" section should resemble the following excerpt:
20+
1. Use an administrator-level account to open a text editor, and then open **%ProgramData%\ssh\sshd_config**. The default text of the "Logging" section should resemble the following excerpt:
2121

2222
```output
2323
# Logging
@@ -46,4 +46,4 @@ To enable logging verbose logging for the OpenSSH Server service, modify the ssh
4646

4747
After the service restarts, it generates verbose log data.
4848

49-
For more information about configuring OpenSSH, see the [Windows configurations in sshd_config](/windows-server/administration/OpenSSH/openssh-server-configuration#windows-configurations-in-sshd_config) section of "OpenSSH Server configuration for Windows Server and Windows."
49+
For more information about how to configure OpenSSH, see the [Windows configurations in sshd_config](/windows-server/administration/OpenSSH/openssh-server-configuration#windows-configurations-in-sshd_config) section of "OpenSSH Server configuration for Windows Server and Windows."

0 commit comments

Comments
 (0)