A short tutorial that explains you on how to login into ssh using terminal?
PuTTY
is SSH - Secure shell or Secure Socket Shell, an open source software
that is available with source code and is developed especially for
the Windows platform. A short tutorial here explains you on how to
login into ssh using terminal as shown below,
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.