website logo
⌘
K
VPS HostingDedicated ServerBlogContact
EDIS Global Documentation
Getting Started
Check your Inbox
Linux Secure Shell (SSH)
Windows Remote Desktop
Backups
Acceptable Use Policy (AUP)
VPS Management
VPS Management Portal
Install Linux/Windows
Power cycle or reboot a VPS
Forgot Linux root Password
Mount an ISO image
Provide a custom ISO image
Enable VNC server
IP address settings
IPv6 configuration
IPv6 Troubleshooting
KVM REST API
FAQ
What is a Virtual Private Server?
What is a KVM VPS?
Free trials available?
Port 25 open for email?
Windows RDP available?
Hourly plans available?
IP Addresses
Server Locations
Billing & Lifecycle
Traffic (bandwidth)
Upgrades, Downgrades
Misc
Docs powered by
Archbee
Getting Started

Linux Secure Shell (SSH)

4min

What is a Secure Shell (SSH)

SSH, or Secure Shell, is a secure network protocol that enables remote control of computers over an unsecured network. SSH establishes a secure, encrypted connection between client and server machines, providing a secure path for data exchange and remote system control. The usage of SSH is highly recommended because it ensures that all data and actions are encrypted and secure, preventing unwanted access and data leakage.

How to use SSH to connect to your remote VPS

To use SSH to connect to your remote VPS, follow these steps: Open a terminal or command prompt on your local machine and type:

Shell
|
ssh username@remote-host


Replace "username" with your VPS username (generally root and emailed to you after a VPS purchase) and "remote-host" with the public IPv4 address of your VPS. If this is the first time you are connecting, you will be prompted to accept the remote server's public key. Type "yes" and press Enter, then enter your VPS password when prompted.

If the connection is successful, you'll see a welcome message from the remote server, and you'll be presented with a command prompt in the remote server's shell. You can then run remote commands and upload/download files as needed using the SSH connection.

Make sure you have SSH access enabled and have the correct user credentials to log in to the VPS.

After you are finish with any tasks with the remote server you can simply type:

Shell
|
exit


You will be logged out.







Updated 18 Sep 2023
Did this page help you?
PREVIOUS
No email received?
NEXT
Basic SSH Security
Docs powered by
Archbee
TABLE OF CONTENTS
What is a Secure Shell (SSH)
How to use SSH to connect to your remote VPS
Docs powered by
Archbee