Skip to content

Commit 93a16bb

Browse files
committed
minor edit
1 parent 1bcb2c0 commit 93a16bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/ssh-from-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article introduces ways to generate and use secure shell (SSH) keys on a Wi
2929
## Windows packages and SSH clients
3030
You connect to and manage Linux VMs in Azure using an *SSH client*. Computers running Linux or macOS usually have a suite of SSH commands to generate and manage SSH keys and to make SSH connections.
3131

32-
Windows computers do not always have comparable SSH commands installed. Recent versions of Windows 10 include an [OpenSSH client](https://blogs.msdn.microsoft.com/commandline/2018/03/07/windows10v1803/) to create and manage SSH keys and make SSH connections. Recent Windows 10 versions also include the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl/about) to run and access utilities such as an SSH client natively within a Bash shell.
32+
Windows computers do not always have comparable SSH commands installed. Recent versions of Windows 10 provide [OpenSSH client commands](https://blogs.msdn.microsoft.com/commandline/2018/03/07/windows10v1803/) to create and manage SSH keys and make SSH connections from a Command Prompt. Recent Windows 10 versions also include the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl/about) to run and access utilities such as an SSH client natively within a Bash shell.
3333

3434
If you wish to use another SSH tool for Windows, common Windows SSH clients you can install locally are included in the following packages:
3535

@@ -48,7 +48,7 @@ This section shows you two options to create an SSH key pair on Windows.
4848

4949
### Create SSH keys with ssh-keygen
5050

51-
If you run a command shell on Windows that supports an SSH client (or you use Azure Cloud Shell), create an SSH key pair using the `ssh-keygen` command. Type the following command, and answer the prompts. If an SSH key pair exists in the current location, those files are overwritten.
51+
If you run a command shell on Windows that supports SSH client tools (or you use Azure Cloud Shell), create an SSH key pair using the `ssh-keygen` command. Type the following command, and answer the prompts. If an SSH key pair exists in the current location, those files are overwritten.
5252

5353
```bash
5454
ssh-keygen -t rsa -b 2048

0 commit comments

Comments
 (0)