# 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>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/buckypaper/connect-with-ssh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
