Skip to content

Commit 467df02

Browse files
committed
blocked out address pool IP
1 parent 0a3502b commit 467df02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-1.12 KB
Loading
-1.32 KB
Loading

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,16 +173,16 @@ Create an SSH connection with the VM.
173173

174174
1. If you are on a Mac or Linux machine, open a Bash prompt. If you are on a Windows machine, open a PowerShell prompt.
175175

176-
1. At your prompt, open an SSH connection to your VM. Replace the IP address with the one from your VM, and replace the path to the `.pem` with the path to where the key file was downloaded.
176+
1. At your prompt, open an SSH connection to your VM. Replace `xx.xx.xx.xx` with the IP address of your VM, and replace the path to the `.pem` with the path to where the key file was downloaded.
177177

178178
```console
179-
ssh -i .\Downloads\myVM_key.pem azureuser@20.25.14.85
179+
ssh -i .\Downloads\myVM_key.pem azureuser@xx.xx.xx.xx
180180
```
181181

182182
If you encounter a warning that the authenticity of the host can't be established, type **yes** to continue connecting to the VM. Leave the ssh connection open for the next step.
183183

184184
> [!TIP]
185-
> The SSH key you created can be used the next time your create a VM in Azure. Just select the **Use a key stored in Azure** for **SSH public key source** the next time you create a VM. You already have the private key on your computer, so you won't need to download anything.
185+
> You can use the SSH key you created the next time you create a VM in Azure. Just select the **Use a key stored in Azure** for **SSH public key source** the next time you create a VM. You already have the private key on your computer, so you won't need to download anything.
186186
187187
## Mount the NFS share
188188

0 commit comments

Comments
 (0)