Configure SSH Tunneling with Windows Using PuTTY

Overview

Set up tunneling if you prefer to work directly from your local environment using your own browsers to access the Data Hub Service endpoints.

Before you begin

You need:

Peered Track

About this task

Set up secure shell (SSH) tunneling to access the Data Hub Service (DHS) endpoints from your local environment. In this task, you will use PuTTY with Windows to set up SSH tunneling between your browsers and Data Hub Service.
Important: If your DHS uses private endpoints, you can set up SSH tunneling. See Getting Started with Data Hub Service in Azure, and follow the peered configuration.

Procedure

  1. Locate your public-private key pair for your client-side bastion host.
    Note: To create a public-private key pair, see Create an SSH key pair.
  2. To set up SSH tunneling, download and launch PuTTY.exe.


    Note: Use the left pane, titled Category, to show configuration options for each selected category.
  3. Select Session from the left pane.
    • In the Basic options for your PuTTY session page, supply one of the following bastion host labels for Host Name:
      • IP address
      • Host name/Fully Qualified Domain Name (FQDN)

    Click the following link to view a full list of configure SSH tunneling resources.

  4. Select Connection > Data from the left pane.
    • In the Data to send to the server page, specify the user who can access the bastion host for Auto-login username.
      Note: The person who created the bastion host virtual machine (VM) must create a user who can access the VM.
  5. Select Connection > SSH > Auth from the left pane.
    • In the Options controlling SSH authentication page, click Browse to open your private key.
  6. Select Connection > SSH > Tunnels from the left pane.
    • In the Options controlling SSH port forwarding page, enter the following source port/destination pairs:
    Source Port Destination
    8000 <ICAlb>:8000
    8003 <ICAlb>:8003
    8010 <ICAlb>:8010
    8011 <ICAlb>:8011
    8013 <ICAlb>:8013
  7. Select Session from the left pane.
    • In the Basic options for your PuTTY session page, supply a NAME for Saved Sessions and click Save.
    Note: Saving the session enables future use.

What to do next

Deploy your Data Hub project to a Data Hub Service.