How to Launch Intel® Developer Cloud Bare Metal Instance in Windows* Subsystem for Linux* (WSL)

Documentation

Install & Setup

000094647

06/06/2024

Assuming user has access to Bare Metal instance that uses SSH key generated in Windows* system, generate a new SSH key in WSL and add the generated SSH key to the reserved instance.

 

  1. Set up a new SSH key in WSL.
    ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
  2. Open and copy the entire content of the file, id_rsa.pub.
    vi ~/.ssh/id_rsa.pub
  3. Go to Intel® Developer Cloud Management Console in Windows*. In View Instances, Click on Click here to add additional SSH Keys, to add the copied SSH key.
  4. Launch the Bare Metal instance in WSL using the same SSH command.