Setting up VPS

By Binamra Lamsal - 5 months ago

Web Development
Setting up VPS

Introduction to SSH

SSH (Secure Shell) is a protocol used to securely connect to remote computers or servers over a network. You can interact with it via ssh program which comes by default on Linux, macOS, and on Windows.

Connecting to VPS using SSH*

SSH can be used to connect to your VPS.

ssh root@62.72.59.218
// Here, root is username. That's what was given by hostinger to us.
// It might be different based on your VPS provider.
// Content after `@` is IP Address of VPS server.

asdfasdf