Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rowena Jones <[email protected]>
  • Loading branch information
bene2k1 and RoRoJ authored Feb 4, 2025
1 parent 0d95bd7 commit a183ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/instances/how-to/enable-openssh-windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ meta:
title: How to enable the OpenSSH server on Windows 2022 Instances
description: This page explains how to enable the OpenSSH serveron Windows 2022 Instances
content:
h1: How to enable the OpenSSH serveron Windows 2022 Instances
paragraph: This page explains how to enable the OpenSSH serveron Windows 2022 Instances
h1: How to enable the OpenSSH server on Windows 2022 Instances
paragraph: This page explains how to enable the OpenSSH server on Windows 2022 Instances
tags: windows2022 openssh
dates:
validation: 2025-02-04
Expand Down Expand Up @@ -37,7 +37,7 @@ If your Instance was started **without** the `with-ssh` tag, you can enable Open
Start-Service sshd
```

Once started, load your SSH keys configured in your project using the following command:
Once started, load the SSH keys configured in your Project using the following command:

```powershell
PS C:\Users\administrator> Scw-Fetch-SSH-Keys
Expand Down

0 comments on commit a183ece

Please sign in to comment.