> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/buckypaper/connect-with-ssh.md).

# Connect with SSH

Establish a secure connection with your VM using SSH in just a few simple steps! Locate your VM's IP address, then employ the private key downloaded during creation. Execute the provided commands, including setting appropriate permissions and initiating the SSH connection. Effortlessly connect to your VM for seamless access and management.

1. Find your VM IP address:

<figure><img src="/files/twsJPAWHW48DXPD3JDEv" alt=""><figcaption></figcaption></figure>

2. Use the private key downloaded during creation, and run the following commands to connect to the VM.

```
chmod 600 vm_ecdsa
ssh -i vm_ecdsa root@<vm ip address>
```
