Skip to content

Commit 6062d33

Browse files
authored
Apply suggestions from code review
1 parent b034ce3 commit 6062d33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
33
title: Fix error when fetching SSH keys on Windows Server 2022
4-
description: This page helps you fix the error message when fetching ssh keys on Windows Server 2022
4+
description: This page guides you through resolving the error that occurs when fetching SSH keys on Windows Server 2022.
55
content:
66
h1: Fix error when fetching SSH keys on Windows Server 2022
7-
paragraph: This page helps you fix the error message when fetching ssh keys on Windows Server 2022
7+
paragraph: This page guides you through resolving the error that occurs when fetching SSH keys on Windows Server 2022.
88
tags: windows server 2022 ssh-key
99
dates:
1010
validation: 2025-02-06
@@ -14,8 +14,7 @@ categories:
1414
---
1515

1616
After enabling the OpenSSH server on Windows Server 2022 and Windows Server 2022 Core instances you will
17-
need to fetch the SSH keys of your project using `Scw-Fetch-SSH-Keys`. When running this command for the
18-
first time, you will see the following error message displayed :
17+
need to fetch the SSH keys of your project using `Scw-Fetch-SSH-Keys`. When you run this command for the first time, the following error message will be displayed:
1918

2019
```
2120
PS C:\Users\Administrator> Scw-Fetch-SSH-Keys
@@ -30,11 +29,12 @@ At C:\Program Files\WindowsPowerShell\Modules\ScalewayEcosystem\0.0.10.3\Scalewa
3029
processed file: c:\ProgramData\ssh\administrators_authorized_keys
3130
Successfully processed 1 files; Failed processing 0 files
3231
```
33-
The ssh keys will still be fetched, but this message may appear again if the file
32+
The SSH keys will still be fetched, but this message may reappear in the file.
33+
```.
3434
C:\ProgramData\ssh\administrators_authorized_keys if deleted.
3535
3636
To avoid this message, simply update the `ScalewayEcosystem` package using the folllowing
37-
commands :
37+
commands:
3838
```
3939
Register-PSRepository -Name NuGet -SourceLocation https://api.nuget.org/v3/index.json -PublishLocation https://api.nuget.org/v3/index.json -InstallationPolicy Trusted
4040
Update-Module ScalewayEcosystem

0 commit comments

Comments
 (0)