Logging in to your VM

To utilize your compute, you need to log in to the cluster using an SSH connection (Secure Shell). You must have shared your SSH public key with the Build AI team prior to onboarding for this to work as expected (see Onboarding for more info).

Connect either via a terminal or connect the filesystem directly to VS code.

Terminal

  1. Open a Terminal window.

  2. Connect to the cluster using the username and node BuildAI shared with you:

$ ssh <username>@<hostname>
  1. If this is your first time connecting, you will be asked ‘Are you sure you want to continue connecting (yes/no)?’ You can answer ‘yes’.

  2. You should be connected to a Build AI GPU!

VS Code

  1. Open a VS Code window.

  2. In the search bar at the top, connect to the repote host by typing ">" and selecting remote-ssh

  3. Select ‘+ Add New SSH Host…’

  4. Enter <username>@<hostname>. Press ‘Enter’. Select the SSH Config file to add it to.

  5. Repeat step 2. This time, select the node you just added from the list of hosts.

  6. Enter your password when prompted.

  7. VS Code will now open a window on the remote node. You can open/edit files and run them through a terminal.

Now you have access to the Build AI GPUs!

Last updated