Knowledgebase

How to enable SSH?  Print this Article

In your Grid service, the SSH is disabled by default, but you can enable it using the below steps.

1. Login to your Account and click on Primary domain.
2. Go to Server Administrator.
3. Change the option to Enabled from Disabled.
4. Click on save to complete.


You can connect to your server by supplying your login credentials like this,

" ssh example.com@s00000.gridserver.com (or) ssh example.com@example.com "

If you are connecting to the server for the first time, it will show an error and will ask to accept the connection by typing "yes". Type yes and click enter.

Then Provide your password details in the next field like

" Password:             "

That is all, now you have successfully connected to your server.

Was this answer helpful?

Related Articles

What is SSH?
SSH or Secure Shell is an Unix based command interface which allows you to connect to your server...
How to check and read emails using telnet?
To check and read emails using telnet, follow the below steps. 1. In the command prompt, type the...
How to enable root access to dedicated virtual servers?
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
How to install and use YUM?
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...
How to use telnet to send email?
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...