Loading...

Shared Hosting

Launch your website effortlessly with our high-performance shared hosting. Get industry-leading uptime, robust security, and expert support—all at an unbeatable price point for your online success.

Starting at: $10 / Year

Get Started Now

How to Generate an SSH Key: A Simple Guide

An SSH key is a secure method for logging into servers and services without using passwords. It consists of a private key (kept secret on your computer) and a public key (shared with services like your hosting provider). This guide will walk you through generating one.

First, open your terminal (Command Prompt on Windows, Terminal on Mac/Linux). The primary command is:
ssh-keygen -t rsa -b 4096
The -t rsa specifies the type, and -b 4096 sets a strong 4096-bit length. You can also use -t ed25519 for a more modern key.

After running the command, you will be prompted for:

  • File location: Press Enter to accept the default (usually ~/.ssh/id_rsa).
  • Passphrase: Highly recommended. This adds an extra layer of security. You can leave it empty, but it's less secure.

Once completed, two files are created in your .ssh directory:

  • id_rsa — Your private key. Never share this.
  • id_rsa.pub — Your public key. This is what you add to your hosting control panel or server.
You can view your public key with: cat ~/.ssh/id_rsa.pub. Copy its entire content to configure access.

Generating an SSH key is a fundamental step for secure, password-less authentication. Always protect your private key and use a passphrase for maximum security.

Our Hosting Plans

We provide a range of scalable shared hosting solutions designed for blogs, business sites, and online portfolios. Each plan includes essential features to ensure optimal performance.

1GB plan

Ideal for launching a simple personal blog or a small static website to establish your initial online presence.

Starter Package

$10/ Year

1 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

2GB plan

Perfect for growing blogs or small business websites that require more storage and resources.

Growth Plan

$15/ Year

2 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

5GB plan

Suited for dynamic websites, online communities, or small online stores with moderate traffic.

Business Package

$20/ Year

5 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

10GB plan

Excellent for resource-intensive websites, medium-sized online stores, or multimedia-rich portfolios.

Professional Tier

$3/ Month

10 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

20GB plan

Designed for high-traffic business websites, extensive blogs, or e-commerce platforms with many products.

Advanced Solution

$4.5/ Month

20 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety

50GB plan

Our most powerful shared hosting plan, built for large enterprises, major online marketplaces, and high-demand applications.

Enterprise Grade

$7.5/ Month

50 GB Disk Space

Unmetered data transfer and support for multiple domains

Complimentary Let's Encrypt SSL certificate

High-performance SSD NVME storage drives

Daily automated backups for data safety