Copy The OBS Object Storage Access Domain Name

Log in to Huawei Cloud and copy the domain name of the test bucket.

(Option 1: Public network access) Test The Connectivity Between The Agent Host And Huawei Cloud OBS Public Network - 图1

Verification Test Procedure

Log in to the source machine for testing.

Source Windows Machine

Open cmd and run the curl command to test

  1. ssh -v -p 443 <bucket access domain>

(Option 1: Public network access) Test The Connectivity Between The Agent Host And Huawei Cloud OBS Public Network - 图2

Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.

Source Linux Machine

Run the curl command to test.

  1. ssh -v -p 443 <bucket access domain>

(Option 1: Public network access) Test The Connectivity Between The Agent Host And Huawei Cloud OBS Public Network - 图3

Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.