Skip to main content
  1. Once the session is created, select Connect on the top bar.
  2. In the Private Key File Path text box, enter the path to the .pem file downloaded in the previous step. SSH connection setup in QDC
    The command shown on this screen sets up port forwarding; it does not open an SSH shell or connect you directly to the QDC device. Run this command in your local terminal and keep it running to maintain port forwarding. Proceed to the next steps to obtain the SSH shell command.
  3. Select Next to obtain the commands to connect to the SSH shell.
  4. Copy the commands provided and run them on your host computer. SSH remote device setup commands in QDC
  5. Copy the SSH connection command and run it in your terminal.
    If prompted for a password, enter oelinux123.
  6. Select Next to obtain the commands to enable port forwarding. Port forwarding setup in QDC The command forwards port 8900. To forward additional ports between your host and the QDC device, extend the command as follows:
    ssh -i -L 8900:sa203658.sa.svc.cluster.local:8900 -L 8901:sa203658.sa.svc.cluster.local:8901 ... -N sshtunnel@ssh.qdc.qualcomm.com
    
    The command above is an example only. The command in your device session uses a unique session ID in the format 8900:sa<unique_session_id>.sa.svc.cluster.local:8900. Edit the command from your own device session as shown above.