Skip to content

Commit 583fc52

Browse files
authored
Update open-client-can-not-connect-server.md
1 parent 0e94b27 commit 583fc52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/windows-server/system-management-components/open-client-can-not-connect-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OpenSSH Client Can't Connect To a Server via SSH
33
description: Addresses multiple common causes and solutions when encountering OpenSSH connection errors related to host key algorithm mismatches on Windows systems.
4-
ms.date: 09/10/2025
4+
ms.date: 09/16/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -25,7 +25,7 @@ These errors typically indicate mismatches in supported algorithms, permissions
2525

2626
## Cause 1: RSA algorithm disabled in updated OpenSSH versions
2727

28-
OpenSSH 8.8 and later disable the insecure `ssh-rsa` algorithm by default, causing legacy clients dependent on RSA keys to fail connection attempts.
28+
OpenSSH 8.8 and later versions disable the insecure `ssh-rsa` algorithm by default, causing legacy clients dependent on RSA keys to fail connection attempts.
2929

3030
### Resolution
3131

@@ -103,7 +103,7 @@ Private keys stored by OpenSSH's ssh-agent service persist across sessions in th
103103
104104
### Optional registry adjustments
105105
106-
To manage RSA keys securely via registry policies:
106+
Manage RSA keys securely via registry policies:
107107
108108
```powershell
109109
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\SSH-Server' -Name AllowRSAKey -Value 1 -Type DWORD

0 commit comments

Comments
 (0)