Skip to content

Commit 0cc14d3

Browse files
authored
Update ssh.md (#746)
Submitted via Learn Editor. <!-- { "TerminalDocs/tutorials/ssh.md": { "tocUrl": "https://review.learn.microsoft.com/en-us/windows/terminal/toc.json", "documentUrl": "https://review.learn.microsoft.com/en-us/windows/terminal/tutorials/ssh?branch=main", "platformId": "0b021ba8-cd15-641c-3442-35025c04a357", "moniker": "", "editedArticle": true } } -->
1 parent 5a419e8 commit 0cc14d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

78.6 KB
Loading

‎TerminalDocs/tutorials/ssh.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Windows has a built-in SSH client that you can use in Windows Terminal. In this
1616

1717
The latest builds of Windows 10 and Windows 11 include a built-in SSH server and client that are based on OpenSSH, a connectivity tool for remote sign-in that uses the SSH protocol. OpenSSH encrypts all traffic between client and server to eliminate eavesdropping, connection hijacking, and other attacks.
1818

19-
By default, the OpenSSH client will be located in the directory: `C:\Windows\System32\OpenSSH`. You can also check that it is installed in Windows Settings > Apps > Optional features, then search for "OpenSSH" in your installed features.
19+
By default, the OpenSSH client will be located in the directory: `C:\Windows\System32\OpenSSH`. You can also check that it is present in Windows Settings > System > Optional features, then search for "OpenSSH" in your added features.
2020

21-
![OpenSSH feature in Windows Settings](../images/ssh-optonialfeatures.png)
21+
![ssh_optionalfeature](media/ssh/ssh-optionalfeature.png)
2222

2323
For more information on configuring OpenSSH, see [OpenSSH Server configuration for Windows](/windows-server/administration/openssh/openssh_server_configuration).
2424

0 commit comments

Comments
 (0)