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/confidential-computing/quick-create-marketplace.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
57
57
58
58
1. Fill in the following information in the Basics tab:
59
59
60
-
***Authentication type**: Select **SSH public key** if you're creating a Linux VM.
60
+
***Authentication type**: Select **SSH public key** if you're creating a Linux VM.
61
61
62
62
> [!NOTE]
63
63
> You have the choice of using an SSH public key or a Password for authentication. SSH is more secure. For instructions on how to generate an SSH key, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](../virtual-machines/linux/mac-create-ssh-keys.md).
@@ -94,7 +94,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
94
94
95
95
## Connect to the Linux VM
96
96
97
-
If you already use a BASH shell, connect to the Azure VM using the **ssh** command. In the following command, replace the VM user name and IP address to connect to your Linux VM.
97
+
Open your SSH client of choice, like Bash on Linux or PowerShell on Windows. The `ssh` command is typically included in Linux, macOS, and Windows. If you are using Windows 7 or older, where Win32 OpenSSH is not included by default, consider installing [WSL](/windows/wsl/about) or using [Azure Cloud Shell](../cloud-shell/overview.md) from the browser. In the following command, replace the VM user name and IP address to connect to your Linux VM.
@@ -104,21 +104,6 @@ You can find the Public IP address of your VM in the Azure portal, under the Ove
104
104
105
105
:::image type="content" source="media/quick-create-portal/public-ip-virtual-machine.png" alt-text="IP address in Azure portal":::
106
106
107
-
If you're running on Windows and don't have a BASH shell, install an SSH client, such as PuTTY.
108
-
109
-
1.[Download and install PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
110
-
111
-
1. Run PuTTY.
112
-
113
-
1. On the PuTTY configuration screen, enter your VM's public IP address.
114
-
115
-
1. Select **Open** and enter your username and password at the prompts.
116
-
117
-
For more information about connecting to Linux VMs, see [Create a Linux VM on Azure using the Portal](../virtual-machines/linux/quick-create-portal.md).
118
-
119
-
> [!NOTE]
120
-
> If you see a PuTTY security alert about the server's host key not being cached in the registry, choose from the following options. If you trust this host, select **Yes** to add the key to PuTTy's cache and continue connecting. If you want to carry on connecting just once, without adding the key to the cache, select **No**. If you don't trust this host, select **Cancel** to abandon the connection.
Copy file name to clipboardExpand all lines: articles/confidential-computing/quick-create-portal.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
108
108
109
109
## Connect to the Linux VM
110
110
111
-
If you already use a BASH shell, connect to the Azure VM using the **ssh** command. In the following command, replace the VM user name and IP address to connect to your Linux VM.
111
+
Open your SSH client of choice, like Bash on Linux or PowerShell on Windows. The `ssh` command is typically included in Linux, macOS, and Windows. If you are using Windows 7 or older, where Win32 OpenSSH is not included by default, consider installing [WSL](/windows/wsl/about) or using [Azure Cloud Shell](../cloud-shell/overview.md) from the browser. In the following command, replace the VM user name and IP address to connect to your Linux VM.
@@ -118,21 +118,9 @@ You can find the Public IP address of your VM in the Azure portal, under the Ove
118
118
119
119
:::image type="content" source="media/quick-create-portal/public-ip-virtual-machine.png" alt-text="IP address in Azure portal":::
120
120
121
-
If you're running on Windows and don't have a BASH shell, install an SSH client, such as PuTTY.
122
-
123
-
1.[Download and install PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html).
124
-
125
-
1. Run PuTTY.
126
-
127
-
1. On the PuTTY configuration screen, enter your VM's public IP address.
128
-
129
-
1. Select **Open** and enter your username and password at the prompts.
130
121
131
122
For more information about connecting to Linux VMs, see [Create a Linux VM on Azure using the Portal](../virtual-machines/linux/quick-create-portal.md).
132
123
133
-
> [!NOTE]
134
-
> If you see a PuTTY security alert about the server's host key not being cached in the registry, choose from the following options. If you trust this host, select **Yes** to add the key to PuTTy's cache and continue connecting. If you want to carry on connecting just once, without adding the key to the cache, select **No**. If you don't trust this host, select **Cancel** to abandon the connection.
0 commit comments