Skip to content

Commit 2764564

Browse files
committed
Acrolinx fixes
1 parent 0c99729 commit 2764564

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

support/windows-server/system-management-components/troubleshoot-sftp-issues-using-openssh.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: How to Enable OpenSSH Verbose Logging
43
description: Explains how to resolve common SFTP issues when using OpenSSH for Windows.
@@ -18,7 +17,7 @@ appliesto:
1817

1918
OpenSSH on Windows provides secure file transfer (SFTP) capabilities. This article describes how to resolve the most common issues that you might encounter while using SFTP and OpenSSH to administer Windows Server and Windows Client.
2019

21-
## Best Practices and Additional Resources
20+
## Best practices and additional resources
2221

2322
- Use the latest supported OpenSSH version.
2423
- Avoid configuring OpenSSH to use a network share for the chroot directory.
@@ -81,7 +80,7 @@ Check the following settings:
8180
> [!NOTE]
8281
> To verify and fix NTFS permissions, use [icacls](/windows-server/administration/windows-commands/icacls) command at an administrative Command Prompt window.
8382
84-
- In the sshd_config file, use`ForceCommand internal-sftp`, and use the -d switch with the `Subsystem sftp sftp-server.exe` command to set an upload directory. You can use these settings in `Match` blocks to specify users.
83+
- In the sshd_config file, use`ForceCommand internal-sftp`, and use the `-d` switch with the `Subsystem sftp sftp-server.exe` command to set an upload directory. You can use these settings in `Match` blocks to specify users.
8584

8685
### Particular users can't use SFTP or receive "Access denied" errors
8786

@@ -93,7 +92,7 @@ This behavior indicates ownership or permissions issues. Check the following set
9392
> [!NOTE]
9493
> To verify and fix NTFS permissions, use [icacls](/windows-server/administration/windows-commands/icacls) command at an administrative Command Prompt window.
9594
96-
### Users can't sign in or receive "Authentication failed", or "Server refused our key" errors
95+
### Users can't sign in or receive "Authentication failed," or "Server refused our key" errors
9796

9897
This behavior indicates public key or password issues. Check the following configurations:
9998

@@ -110,8 +109,6 @@ This behavior indicates public key or password issues. Check the following confi
110109
111110
### OpenSSH Server service doesn't start, or SFTP connections hang
112111

113-
SFTP server fails to start after configuration changes or Windows Updates - A. Service and Connection Failures - Scenario 3: SFTP Connections Hang - Scenario 4: SFTP Fails After Windows Update - SFTP connections hang or timeout
114-
115112
To resolve these issues, try the following actions:
116113

117114
- To validate the sshd_config settings, run the `sshd -t` command.

0 commit comments

Comments
 (0)