Skip to content

Commit 7507038

Browse files
committed
Mentioned cloud shell again
1 parent a195e56 commit 7507038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, 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 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.
5252

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

0 commit comments

Comments
 (0)