Tutorials
E
Elementor
16 tutorials
A
AWS Lightsail
Beginner-friendly AWS Lightsail guides
12 tutorials
W
WordPress
12 tutorials
T
Test
1 tutorial
View all tutorials →
Tools
W
Website Platforms & Tools
Tools to build, host, and optimize fast, reliable, and professional websites.
8 tools
W
Web Hosting Providers
Fast, secure web hosting with reliable uptime to power and scale your website.
6 tools
V
VoIP / Communications
Business phone tools with virtual numbers, call routing, and auto-attendants for a professional pres
4 tools
W
Website Security
Security tools to protect your site from threats, malware, and unauthorized access.
2 tools
B
Branding & Logo Design
Create a strong brand identity with custom logo and professional design services.
1 tool
View all tools →

How to SSH Into an Amazon Lightsail Server

Gerry Manzari Written by Gerry Manzari · January 5, 2026 · 1 min read

To connect to your Amazon Lightsail instance via SSH, you’ll need your PEM key and the server’s public IP address. If you don’t have a PEM key yet, read my tutorial on How to Download Your PEM File in AWS Lightsail.

Step 1 – Open a terminal (Windows PowerShell, macOS / Linux Terminal) and run the following SSH command:

BASH
ssh -i NameOfPEMFile.pem bitnami@IP.Address.Here

Step 2 – In Powershell, you’ll want to ensure the path of your PEM file is in quotes. Example below:

BASH
ssh -i "C:\Users\YourName\My SSH Keys\lightsail-key.pem" bitnami@44.196.11.84

Step 3 – You should be prompted to accept the fingerprint. Type yes to trust the server and complete the connection. Once connected, you’ll be logged into your Lightsail server as the bitnami user.

Bonus: I have a YouTube tutorial showing basic SSH commands. Go to: SSH Basics for AWS Beginners | Essential Linux Commands (EC2 & Lightsail Tutorial).

Watch Video

How to SSH Into an Amazon Lightsail Server

YouTubeWatch now →