Skip to content

Commit 6c61dec

Browse files
authored
Update ssh-keys-portal.md
Acrolinx
1 parent ae5a586 commit 6c61dec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/ssh-keys-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.author: mattmcinnes
1616

1717
If you frequently use the portal to deploy Linux VMs, you can simplify using SSH keys by integrating them into Azure. There are several ways to create SSH keys for use with Azure.
1818

19-
- You can create SSH keys when you first create a VM. These keys are not tied to a specific VM and can be used in future applications.
19+
- You can create SSH keys when you first create a VM. Your keys aren't tied to a specific VM and you can use them in future applications.
2020

21-
- You can create SSH keys in the Azure portal separate from a VM. These can be applied to both new and old VMs.
21+
- You can create SSH keys in the Azure portal separate from a VM. You can use them with both new and old VMs.
2222

2323
- You can create SSH keys externally and upload them for use in Azure.
2424

25-
You can reuse your stored keys in a variety of applications to fit your organization's needs.
25+
You can reuse your stored keys in various of applications to fit your organization's needs.
2626

2727
For more detailed information about creating and using SSH keys with Linux VMs, see [Use SSH keys to connect to Linux VMs](./linux/ssh-from-windows.md).
2828

@@ -38,7 +38,7 @@ For more detailed information about creating and using SSH keys with Linux VMs,
3838

3939
1. In **Resource group** select **Create new** to create a new resource group to store your keys. Type a name for your resource group and select **OK**.
4040

41-
1. In **Region** select a region to store your keys. You can use the keys in any region, this option is just the region where they're stored.
41+
1. In **Region** select a region to store your keys. You can use the keys in any region, this option is just the region where you store them.
4242

4343
1. Type a name for your key in **Key pair name**.
4444

@@ -48,7 +48,7 @@ For more detailed information about creating and using SSH keys with Linux VMs,
4848

4949
1. After it passes validation, select **Create**.
5050

51-
1. You'll get a pop-up window to, select **Download private key and create resource**. This downloads the SSH key as a .pem file.
51+
1. You'll get a pop-up window to, select **Download private key and create resource** that downloads the SSH key as a .pem file.
5252

5353
:::image type="content" source="./media/ssh-keys/download-key.png" alt-text="Download the private key as a .pem file":::
5454

@@ -90,11 +90,11 @@ You can also upload a public SSH key to store in Azure. For information about ho
9090

9191
1. After validation completes, select **Create**.
9292

93-
Once the key has been uploaded, you can choose to use it when you create a VM.
93+
Once you upload the key, you can choose to use it when you create a VM.
9494

9595
## List keys
9696

97-
Your SSH keys created in the portal are stored as resources, so you can filter your resources view to see all of them.
97+
Azure stores your SSH keys created in the portal as resources, so you can filter your resources view to see all of them.
9898

9999
1. In the portal, select **All resource**.
100100
1. In the filters, select **Type**, unselect the **Select all** option to clear the list.

0 commit comments

Comments
 (0)