Skip to content

Commit 259b40b

Browse files
authored
Update connect-native-client-windows.md
1 parent 5fbb1de commit 259b40b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/bastion/connect-native-client-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Use the example that corresponds to the type of target VM to which you want to c
133133
```
134134

135135
**SSH:**
136-
137-
The SSH CLI extension is currently in Preview. The extension can be installed by running, ```az extension add --name ssh```. To sign in using an SSH key pair, use the following example.
136+
137+
The extension can be installed by running, ```az extension add --name ssh```. To sign in using an SSH key pair, use the following example.
138138

139139
```azurecli
140140
az network bastion ssh --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --auth-type "ssh-key" --username "<Username>" --ssh-key "<Filepath>"
@@ -164,7 +164,7 @@ Use the example that corresponds to the type of target VM to which you want to c
164164
165165
**SSH:**
166166
167-
The SSH CLI extension is currently in Preview. The extension can be installed by running, ```az extension add --name ssh```. To sign in using an SSH key pair, use the following example.
167+
The extension can be installed by running, ```az extension add --name ssh```. To sign in using an SSH key pair, use the following example.
168168
169169
```azurecli
170170
az network bastion ssh --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --auth-type "ssh-key" --username "<Username>" --ssh-key "<Filepath>"

0 commit comments

Comments
 (0)