1 of 1 Servers
DiscordWebsiteVPS Dashboard
1 of 1 Servers
1 of 1 Servers
  • Welcome to 1 of 1 Servers
  • 1 of 1 Knowledge Base
    • Customer Guides
      • Adding Developer Access
      • Connect to VPS via Visual Studio Code
      • Dedicated Server vs VPS
      • Product Addons
      • Server Transfers Guide for FiveM
      • What is a CDN | Proxy Cache
    • Networking Guides
      • Basic Network Troubleshoot
      • CloudFlare Proxy
        • Setup
        • DNS Settings
      • Disable UDP for RDP
      • How to run Wireshark
      • How to run Windows MTR
      • Opening your Windows Ports
      • Remote Desktop Connection
      • Speed Tests
      • SQL Issues
    • Troubleshooting Error Codes
      • Remote Desktop Connection Errors
      • VPS Server Errors
  • 1OF1 Set Up Guides
    • API
      • CDN API
      • DDoS Shield API
    • CDN | Proxy Cache
      • CDN | Proxy Cache Setup Guide
    • Dedicated Servers
      • Dedicated Server Setup Guide
        • After Purchase
        • Link Your Discord
        • Manage Your Dedicated Server
    • Graffana Logging
  • VPS Servers
    • VPS Setup Guide
      • After Purchase
      • Link Your Discord
      • Deploy your Operating System
      • Getting Your VPS Login Details
      • Remote Desktop & SSH Guides
        • Logging into Remote Desktop
        • Logging into VPS with Linux OS
          • Creating SSH Key for VPS Install
    • VPS Upgrade or Downgrade
  • 1OF1 Dashboards
    • Dedicated Dashboard
      • Client Area
      • Sever Management and Information
      • My Account
      • Logs
    • DDoS Dashboard
      • IP Management
      • Creating Rules
        • Creating Presets
      • Creating a Webhook
    • Game Server Dashboard
      • Login Creation & Linking Discord
      • System
        • Console
        • Server Details
        • SFTP Details
        • Audit Log
      • Management
        • File Manager
        • Database
        • Backups
        • Subusers
        • Allocations
      • Configuration
        • Startup Parameters
        • Schedules
        • Advanced
      • Tools
        • Modpack Manager
        • Plugin Manager
    • VPS Dashboard
      • Customer Area
      • Server Management
      • Media
      • Password Reset & VNC
      • Network
      • Storage
      • Backups
      • Sharing
  • 1OF1 Game Guides
    • FiveM
      • Car Pack Installation
      • Clothing Installation
      • Common Errors Troubleshoot
        • CURL 56 ERROR
        • CURL 28 ERROR
        • "Fetching server variables..."
        • "Downloading server manifest..."
        • “...are you allowing UDP Packets?”
        • Thread Hitch Warnings
      • External pma-voice server
      • External Zumble/Rust Mumble Server
      • FiveM Convars Definitions
        • FiveM Cities | Opinion Article
          • Population
          • Donations
          • Developing
          • Staff Members
          • Departments
        • MLO Installation
        • Two Servers in One
      • SQL Backup
    • Game Server Guides
  • 1OF1 IN THE COMMUNITY
    • Giveaways
    • 1OF1 Merch
    • Donations
    • Fivemerr
    • Project Sloth
    • Guilda Bot
    • NextV Codes
  • 1OF1 Discounts & Partners
    • Project Sloth
    • Snipe Scripts
    • UZStore
  • Kreativ Signs
Powered by GitBook
On this page
  1. VPS Servers
  2. VPS Setup Guide
  3. Remote Desktop & SSH Guides
  4. Logging into VPS with Linux OS

Creating SSH Key for VPS Install

Creating an SSH Key for Debian or Ubuntu OS Install on VPS

PreviousLogging into VPS with Linux OSNextVPS Upgrade or Downgrade

Last updated 5 months ago

If you are looking to install the Debian or Ubuntu OS on your VPS, you will need an SSH key. When you select your desired Debian or Ubuntu OS, a section will appear called SSH Keys.

  1. Select "Add Key"

  • If you already have an SSH Key, enter it in the box titled "Public Key", give the key a name or click Random Name, the key will be saved under this identifier for future use (in the cases of restarts, rebuilds, etc).

  • If you do not have an SSH Key, click the Generate Key Pair option. This option will generate you a SSH Key at no additional cost.

    • RSA2 is the most compatible Key Type for most systems, it is secure but is a larger Key Size at 4096 bit.

    • ED25519 is the most secure, it is less compatible with Linux OS dating older than V 6.5 or systems from 2014. It is a smaller Key Size at 2048 bit, faster, and extremely secure.

    • OpenSSH is the most standard and secure Format, only select PuTTY if you are confident and familiar with it.

  • Select your preferences, ensure you have added a Name, then click "Generate"

  • Example with RSA2, 4096 bit, OpenSSH

  1. After clicking "Generate", the key that is created will automatically paste into the Public Key Box.

There is a Private Key generated as well, copy (click the clipboard icon beside "Private Key") and save in a safe place for later steps. Key file path for Private Key based on your local machine's OS:

  • Windows: Save it in C:\Users\YourUser\.ssh\id_rsa or another secure location.

  • Linux: Save it in ~/.ssh/id_rsa.

  1. Click "Save" to proceed with the installation process.

  1. Once saved, your new key will appear as an option to select. Select your desired key and click "Install with [Debian or Ubuntu]"

The following steps after clicking "Install with [Debian or Ubuntu]" are standard, they can be found in the at step #4.

Deploy Your Operating System Page
SSH Key Section, Add Key
Generating SSH Key
Generated Key Pair Results
Install with Debian or Ubuntu