Skip to content

Commit 20f61cf

Browse files
authored
Update connect-native-client-windows.md
include clarifications on tunneling and file trnasfer
1 parent 86f5a5f commit 20f61cf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This article helps you configure Bastion, and then connect to a VM in the VNet u
1717

1818
> [!NOTE]
1919
> * This configuration requires the Standard SKU tier for Azure Bastion.
20+
> * You can now upload and download files using the native client. To learn more, refer to [Upload and download files using the native client](vm-upload-download-native.md).
2021
> * The user's capabilities on the VM using a native client are dependent on what is enabled on the native client. Controlling access to features such as file transfer via the Bastion is not supported.
2122
2223
Currently, this feature has the following limitation:
@@ -154,7 +155,7 @@ This section helps you connect to your virtual machine using the *az network bas
154155
* Use native clients on *non*-Windows local workstations (ex: a Linux PC).
155156
* Use a native client of your choice.
156157
* Set up concurrent VM sessions with Bastion.
157-
* Access file transfer for SSH sessions.
158+
* Upload files to your target VM from your local workstation.
158159
159160
1. Sign in to your Azure account, and select your subscription containing your Bastion resource.
160161
@@ -169,7 +170,12 @@ This section helps you connect to your virtual machine using the *az network bas
169170
```azurecli-interactive
170171
az network bastion tunnel --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --resource-port "<TargetVMPort>" --port "<LocalMachinePort>"
171172
```
172-
3. Connect and sign in to your target VM using SSH or RDP, the native client of your choice, and the local machine port you specified in Step 2.
173+
3. 1. Connect to your target VM using SSH or RDP, the native client of your choice, and the local machine port you specified in Step 2. For example, you can use the following command if you have the OpenSSH client installed on your local computer:
174+
175+
```azurecli-interactive
176+
ssh <username>@127.0.0.1 -p <LocalMachinePort>
177+
```
178+
173179
174180
## Next steps
175181

0 commit comments

Comments
 (0)