How to Login into SSH using Terminal?

A short tutorial that explains you on how to login into ssh using terminal?

Introduction

Terminal is an application also known as command lines, allow us to access the operating system without the use of a graphical user interface (GUI).

Go to your Terminal and type as,

ssh -p 22 root@192.168.0.1

NOTE :
replace "22" with your SSH port

replace "192.168.0.1" with your Server IP

replace "root" with your Username

Now, you have been successfully logged into SSH.