Go4Hosting
https://go4hosting.in/forum/

How to log in to my dedicated server via SSH in Linux?
https://go4hosting.in/forum/viewtopic.php?f=5&t=23601
Page 1 of 1

Author:  RishitSingh [ Wed Sep 02, 2015 4:26 pm ]
Post subject:  How to log in to my dedicated server via SSH in Linux?

How to log in to my dedicated server via SSH in Linux?

Author:  rezinamartin [ Thu Sep 03, 2015 3:42 pm ]
Post subject:  Re: How to log in to my dedicated server via SSH in Linux?

Firstly, you should check out the general SSH instructions about connecting an account via SSH. Generate SSH key pair on your Linux distribution and load the private SSH key by executing the following command:

user@localhost: ssh-add /home/user/.ssh/id_dsa
Enter passphrase for id_dsa:
Identity added: id_dsa (id_dsa)

Note: The passphrase should be the same as you have set during the generation of the SSH key.

Then, you should initiate an SSH connection by the following command:

user@localhost: ssh USER@HOST_NAME -pPORT

Where,

USER- user for which you want to create the SSH connection. Generally, it is same username as the one you used to login the cPanel

HOST_NAME- In this, you have to enter the host IP address of the server to which you want to establish connection.

PORT- it implies the port for connection, here you can use 18765.

Press Enter button to establish the connection.

Page 1 of 1 All times are UTC + 5:30 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/