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/bastion/connect-native-client-windows.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ This article helps you configure Bastion, and then connect to a VM in the VNet u
17
17
18
18
> [!NOTE]
19
19
> * 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).
20
21
> * 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.
21
22
22
23
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
154
155
* Use native clients on *non*-Windows local workstations (ex: a Linux PC).
155
156
* Use a native client of your choice.
156
157
* 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.
158
159
159
160
1. Sign in to your Azure account, and select your subscription containing your Bastion resource.
160
161
@@ -169,7 +170,12 @@ This section helps you connect to your virtual machine using the *az network bas
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:
0 commit comments