Skip to content

Commit 4158400

Browse files
committed
Removing PuTTY references
1 parent f00886a commit 4158400

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

articles/confidential-computing/quick-create-marketplace.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
5757

5858
1. Fill in the following information in the Basics tab:
5959

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.
6161

6262
> [!NOTE]
6363
> 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
9494

9595
## Connect to the Linux VM
9696

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.
9898

9999
```bash
100100
@@ -104,21 +104,6 @@ You can find the Public IP address of your VM in the Azure portal, under the Ove
104104

105105
:::image type="content" source="media/quick-create-portal/public-ip-virtual-machine.png" alt-text="IP address in Azure portal":::
106106

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.
121-
122107
## Intel SGX Drivers
123108

124109
> [!NOTE]

articles/confidential-computing/quick-create-portal.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
108108

109109
## Connect to the Linux VM
110110

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.
112112

113113
```bash
114114
@@ -118,21 +118,9 @@ You can find the Public IP address of your VM in the Azure portal, under the Ove
118118

119119
:::image type="content" source="media/quick-create-portal/public-ip-virtual-machine.png" alt-text="IP address in Azure portal":::
120120

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.
130121

131122
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).
132123

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.
135-
136124
## Install Azure DCAP Client
137125

138126
> [!NOTE]

0 commit comments

Comments
 (0)