JetBrains CodeCanvas
 
2024.3

Access Dev Environment via SSH

Last modified: 26 November 2024

Sometimes, you might need to access your dev environment directly via SSH. For example, for some management tasks, for running existing deployment scripts, for debugging purposes, and so on.

Prerequisites

  • (Windows) You've enabled the SSH agent service. Learn how to do this

  • You have SSH keys set up: the public key is added to your CodeCanvas account, and the private key is added to the SSH agent on your local machine. Learn how to perform such setup

  • The dev environment template used to create the dev environment must have the SSH access enabled. Learn more