You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/ssh-keys-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ ms.author: mattmcinnes
16
16
17
17
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.
18
18
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.
20
20
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.
22
22
23
23
- You can create SSH keys externally and upload them for use in Azure.
24
24
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.
26
26
27
27
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).
28
28
@@ -38,7 +38,7 @@ For more detailed information about creating and using SSH keys with Linux VMs,
38
38
39
39
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**.
40
40
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.
42
42
43
43
1. Type a name for your key in **Key pair name**.
44
44
@@ -48,7 +48,7 @@ For more detailed information about creating and using SSH keys with Linux VMs,
48
48
49
49
1. After it passes validation, select **Create**.
50
50
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.
52
52
53
53
:::image type="content" source="./media/ssh-keys/download-key.png" alt-text="Download the private key as a .pem file":::
54
54
@@ -90,11 +90,11 @@ You can also upload a public SSH key to store in Azure. For information about ho
90
90
91
91
1. After validation completes, select **Create**.
92
92
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.
94
94
95
95
## List keys
96
96
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.
98
98
99
99
1. In the portal, select **All resource**.
100
100
1. In the filters, select **Type**, unselect the **Select all** option to clear the list.
0 commit comments