> For the complete documentation index, see [llms.txt](https://testnet-docs.gitbook.io/cardano-testnets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/connecting-to-your-instance.md).

# Connecting to your instance

Open a Terminal session and connect to your new instance with the generated key:

```sh
# Connecting to your instance for the first time
ssh -i "<path-to-the-new-oracle-key>" ubuntu@<the-ip4-address-of-the-new-vm>
```

{% hint style="warning" %}
**Please note:** the default user for Ubuntu instances is "ubuntu" but this may differ for other OS.&#x20;
{% endhint %}
