Sesterce Cloud Doc
  • 👋Welcome on Sesterce Cloud
    • 🚀Get Started!
      • Account creation
      • Manage your account
      • Payment & Billing
        • Invoicing
  • 🚀Compute instances
    • Compute Instance configuration
      • Persistent storage (volumes)
      • SSH Keys
    • Terminal connection
  • 💬AI Inference instances
    • Inference Instance configuration
      • Select your Flavor
      • Select your regions
      • Autoscaling limits
    • Edit an inference instance
    • Chat with Endpoint
  • ▶️Manage your instances
  • 🔗API Reference
    • Authentication
    • GPU Cloud instances
    • SSH Keys
    • Volumes
    • Inference Instances
  • 📗Tutorials
    • Expose AI model from Hugging Face using vLLM
Powered by GitBook
On this page

Was this helpful?

  1. Compute instances
  2. Compute Instance configuration

SSH Keys

PreviousPersistent storage (volumes)NextTerminal connection

Last updated 2 months ago

Was this helpful?

To launch an instance on Sesterce Cloud, you need to link a SSH Key to it. You can paste your public key directly from the launching path, or via the dedicated tab "SSH Keys".

To generate your public SSH key from your laptop, open your terminal and type the following command: ssh-keygen -t ed25519 -C "youremail@example.com" . Then, type enter to select by-default saving place and use the following command to expose your public key: cat ~/.ssh/id_ed25519.pub

🚀