Cardano Testnets
  • 👋Welcome to Cardano Testnets
  • ☁️Oracle Cloud
    • 💻Provisioning your instances
    • ↔️Connecting to your instance
    • 💎Steps to harden instance
      • 👟First steps
      • 👪Create new user and remove default one
      • 🚪Change ssh port
      • 🔑Changing keys
      • ⏩Further hardening
  • 🪢Cardano node installation
Powered by GitBook
On this page
Edit on GitHub
  1. Oracle Cloud

Connecting to your instance

Here we'll connect to the new instance for the first time

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

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

Please note: the default user for Ubuntu instances is "ubuntu" but this may differ for other OS.

PreviousProvisioning your instancesNextSteps to harden instance

Last updated 1 year ago

☁️
↔️