OttoAI
  • Introduction
  • Roadmap
  • Revenue Share
  • Key Features
    • Terminal Creator (OttoTermial)
      • GPU Rentals (OttoGPU)
        • Access with SSH
    • AI Wallet (OttoWallet)
    • AI Project Tools (OttoTools)
    • GPU Cloud gaming (OttoCloudGaming)
    • Train ML Models (OttoTune)
    • AI Cloud (OttoCloud)
    • ML Marketplace (OttoMarket)
    • AI Agents (OttoAgents)
    • ML Models (OttoModels)
    • GPU Node(OttoNode)
  • INFO
    • Developer Resources
    • Pricing
    • FAQs
    • Support
Powered by GitBook
On this page
Export as PDF
  1. Key Features
  2. Terminal Creator (OttoTermial)
  3. GPU Rentals (OttoGPU)

Access with SSH

PreviousGPU Rentals (OttoGPU)NextAI Wallet (OttoWallet)

Last updated 5 months ago

Step1) Once you create your GPU instance, you can manage access in the access dashboard.

Step2) All necessary details will be provided in the instance component; you can view the IP address, ports, password, etc.

Step3) You can directly access GPU using shell with the below command.

Copy

ssh -p <SSH PORT> user@<GPU IP>

Example access for my server HHQR2

Copy

ssh -p 20001 user@147.185.40.147

Step3) Choose any SSH client, such as PuTTY, Terminus, OpenSSH, Bitvise, MobaXterm, or SecureCRT.

Step4) For this guide, we'll use Terminus. Enter the IP address, check the SSH port number and password in your dashboard, and enter them in Terminus. Then click on "Connect."

Step5) Click on Add and Continue

Step6) You are logged in to your GPU!