How to Connect to Your Linux VPS via SSH
How to Connect to Your Linux VPS via SSH
In this guide, you will learn how to easily connect to your Infrawire Linux VPS using SSH (Secure Shell).
Before starting, make sure you have your server credentials handy (IP address, username, and password or SSH key). You can find them in your delivery email or directly on your Infrawire dashboard.
Video Tutorial
If you prefer a visual walkthrough, you can watch our step-by-step video guide below:
Step-by-Step Instructions
Step 1: Get an Infrawire Linux VPS
If you don't have a server yet:
- Head over to infrawire.net.
- Navigate to the VPS/VDS section in the menu and click on Linux.
- Scroll down to choose your preferred plan. All Infrawire Linux plans come with full root access.
Step 2: Open a Terminal
On Linux and macOS, the SSH client is already built into your system, so you don't need to install anything.
- Open the Terminal application (search for it in your applications menu, or use the shortcut
Ctrl + Alt + Ton most Linux distributions). - On Windows, you can use PowerShell, Command Prompt, or a client like PuTTY if you prefer a graphical interface.
Step 3: Connect Using the SSH Command
- In the terminal, type the following command, replacing
usernamewith your username (oftenroot) andSERVER_IPwith your VPS's IP address:
ssh username@SERVER_IP- Press Enter.
Step 4: Accept the Server's Fingerprint
The first time you connect, a message like this may appear:
The authenticity of host 'SERVER_IP' can't be established.
Are you sure you want to continue connecting (yes/no)?
This is completely normal for a new connection.
- Type yes and press Enter.
Step 5: Enter Your Password
- The terminal will ask for the password associated with your username. Copy and paste the password provided in your dashboard or email (the password won't display on screen as you type, this is normal).
- Press Enter.
You are now connected to your VPS! You should see your server's command prompt appear.
🔒 Security Best Practice: To keep your server completely secure, we highly recommend changing your default password immediately after your first login, and considering setting up SSH key authentication for added security.
Updated on: 12/08/2026
Thank you!
