logo

Use a Different Terminal

Overview

In this tutorial, we will show you how easy it is to connect to the Nimbus dev server from your own terminal.
This will help you work from another native terminal (e.g. iTerm) if you or your teammates prefer it to the VSCode terminal.

Connect your own terminal to Nimbus

  1. Log in and reserve a dev server.
    1. You can reserve a dev server via VSCode or Nimbus CLI
  1. Click the Nimbus icon on the VSCode activity bar, click the “Copy SSH Command”, and a command will be copied to your clipboard
    1. Image without caption
  1. Go to your terminal (e.g. iTerm), paste the command, and hit Enter.
    1. Image without caption
  1. Now you are in the Nimbus dev server!
    1. Image without caption

Authentication

You may wonder how we do authenticate a user in Nimbus. What happened behind the scene is that when you reserve a dev server for the first time, we create a new pair of public/private ssh keys for you on your laptop. Then we use the public key to provision the dev server for you. So only you can with the private key can access the server.