Skip to content

Commit e4ea6d8

Browse files
committed
Acrolinx fixes
1 parent c17cb25 commit e4ea6d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/windows-server/system-management-components/upgrade-in-box-openssh-to-latest-openssh-release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the files and their default folder locations
5353
| Folder and files | Description |
5454
| --- | --- |
5555
| C:\ProgramData\ssh\sshd_config | The server configuration file |
56-
| C:\ProgramData\ssh\administrators_authorized_keys | Keys for admininstrator accounts |
56+
| C:\ProgramData\ssh\administrators_authorized_keys | Keys for administrator accounts |
5757
| C:\\ProgramData\\ssh\\ssh_host\_\*\_key | Host identity keys |
5858
| C:\\Users\\\<UserName>\\.ssh\\authorized_keys | Per-user keys |
5959

@@ -72,7 +72,7 @@ Copy-Item "C:\ProgramData\ssh" -Destination "C:\Backup\ssh_backup" -Recurse
7272
7373
## Step 2: Upgrade OpenSSH
7474
75-
Select one of the following methods to upgrade OpenSSH:
75+
Select one of the following methods for upgrading OpenSSH:
7676
7777
- [Option 1: Use an MSI installer to upgrade OpenSSH to the latest GitHub release](#option-1-use-an-msi-installer-to-upgrade-openssh-to-the-latest-github-release)
7878
- [Option 2: Use a ZIP file to upgrade OpenSSH to the latest GitHub release](#option-2-use-a-zip-file-to-upgrade-openssh-to-the-latest-github-release)
@@ -189,7 +189,7 @@ If you don't want to use the MSI package to install the upgrade, you can use a Z
189189
```
190190

191191
> [!NOTE]
192-
> The display name of the service is "OpenSSH SSH Server".
192+
> The display name of the service is "OpenSSH SSH Server."
193193
194194
1. To verify that you're using the correct SSH binary, run the following cmdlets at the Windows PowerShell command prompt:
195195

@@ -201,7 +201,7 @@ If you don't want to use the MSI package to install the upgrade, you can use a Z
201201

202202
1. Make sure that administrators and users can authenticate.
203203

204-
1. To avoid path conflicts check for multiple OpenSSH folders (typically in the System32 folder). If multiple OpenSSH folders exist, keep the newest folder and remove any older ones.
204+
1. To avoid path conflicts, check for multiple OpenSSH folders (typically in the System32 folder). If multiple OpenSSH folders exist, keep the newest folder and remove any older ones.
205205

206206
## Common issue quick reference
207207

0 commit comments

Comments
 (0)