{"id":430,"date":"2025-01-22T07:16:54","date_gmt":"2025-01-22T07:16:54","guid":{"rendered":"https:\/\/blog.hostinger.io\/support\/2025\/01\/22\/10441250-how-to-connect-to-a-hosting-plan-remotely-using-ssh-in-hostinger\/"},"modified":"2026-03-16T12:11:58","modified_gmt":"2026-03-16T12:11:58","slug":"10441250-how-to-connect-to-a-hosting-plan-remotely-using-ssh-in-hostinger","status":"publish","type":"post","link":"https:\/\/www.hostinger.com\/support\/10441250-how-to-connect-to-a-hosting-plan-remotely-using-ssh-in-hostinger\/","title":{"rendered":"How to Connect to a Hosting Plan Remotely Using SSH in Hostinger"},"content":{"rendered":"<p class=\"no-margin\">This guide explains how to establish a secure shell (SSH) connection to your hosting plan. SSH access is available for Web Premium, Web Business and cloud hosting plans.<\/p><p class=\"no-margin\">\n<\/p><h2 id=\"h_d1bdfd3b8c\">Step 1 &ndash; Enable remote access<\/h2><p class=\"no-margin\">When you first set up your hosting plan, SSH\/SFTP access is disabled by default. Before attempting to connect, make sure to enable it from the <b>SSH<\/b> page in hPanel.<\/p><p class=\"no-margin\">\n<\/p><div class=\"intercom-container\"><img decoding=\"async\" src=\"\/support\/wp-content\/uploads\/sites\/55\/2025\/01\/d593f05f-2b9b-4aad-ad23-909d52047d12.jpg\"><\/div><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">After this, copy the <b>SSH Command<\/b>: <\/p><p class=\"no-margin\">\n<\/p><div class=\"intercom-container\"><img decoding=\"async\" src=\"\/support\/wp-content\/uploads\/sites\/55\/2025\/01\/3709d487-4fd9-4284-9b8e-bf0ab1979eb5.jpg\"><\/div><p class=\"no-margin\">\n<\/p><h2 id=\"h_6416f9c4d7\">Step 2 &ndash; Launch your SSH client<\/h2><p class=\"no-margin\">To begin, open the SSH client application on your computer. Here are some suggestions depending on your device&rsquo;s operating system:<\/p><div class=\"intercom-interblocks-table-container\">\n<table role=\"presentation\">\n<tbody>\n<tr>\n<td style=\"background-color: #e3e7fa\">\n<p class=\"intercom-align-center no-margin\"><b>Linux<\/b><\/p>\n<\/td>\n<td style=\"background-color: #e3e7fa\">\n<p class=\"intercom-align-center no-margin\"><b>macOS<\/b><\/p>\n<\/td>\n<td style=\"background-color: #e3e7fa\">\n<p class=\"intercom-align-center no-margin\"><b>Windows<\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p class=\"no-margin\">You can use <b>Terminal <\/b>for SSH connection<\/p>\n<p class=\"no-margin\">\n<\/p><p class=\"no-margin\">To run it, click <b>Ctrl + Alt + T <\/b>or <b>Search <\/b>&rarr; <b>Terminal<\/b><\/p>\n<\/td>\n<td>\n<p class=\"no-margin\">You can use <b>Terminal <\/b>for SSH connection<\/p>\n<p class=\"no-margin\">\n<\/p><p class=\"no-margin\">To run it, search for <b>Terminal<\/b> in <b>Spotlight<\/b><\/p>\n<\/td>\n<td>\n<p class=\"no-margin\">You can use<b> any SSH client<\/b> available; we recommend <b><a href=\"https:\/\/www.putty.org\/\" target=\"_blank\" class=\"intercom-content-link\" rel=\"noopener\">PuTTY<\/a><\/b> or connecting via <b>PowerShell<\/b><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><div class=\"intercom-interblocks-callout\" style=\"background-color: #e3e7fa80;border-color: #334bfa33\">\n<p class=\"no-margin\">For a detailed guide on how to use PuTTy, refer here: <a href=\"https:\/\/www.hostinger.com\/tutorials\/how-to-use-putty-ssh#How-to-Connect-PuTTY\" target=\"_blank\" class=\"intercom-content-link\">How to Use PuTTY SSH Client on Windows, Mac and Linux<\/a> &#128161; <\/p>\n<\/div><p class=\"no-margin\">\n<\/p><h2 id=\"h_6dc8100a85\">Step 3 &ndash; Establish the connection <\/h2><p class=\"no-margin\">In the case of Terminal, insert the command you copied in the first step. For PuTTY, insert the parameters as described in the tutorial. In both cases, the result will look similar to this: <\/p><p class=\"no-margin\">\n<\/p><pre><code>The authenticity of host '[185.185.185.185]:65002 ([185.185.185.185]:65002)' can't be established.<br>ECDSA key fingerprint is SHA256:Eze2ImXw1MWfgAMbcWxfc2EQwAkgTHOEPsNwSnEAHAQ.<br>Are you sure you want to continue connecting (yes\/no)? <\/code><\/pre><p class=\"no-margin\">This is an expected result; just type <code>yes<\/code>.<\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\">Then, you will be asked to insert the password: <\/p><pre><code>u123456789@185.185.185.185's password:<\/code><\/pre><p class=\"no-margin\">\n<\/p><p class=\"no-margin\"><b>NOTES<\/b><\/p><ul>\n<li>\n<p class=\"no-margin\">For security purposes, the password won&rsquo;t be displayed, even as &bull;&bull;&bull;&bull;&bull;, but data is still inserted. Don&rsquo;t worry about not seeing symbols; insert the password and press Enter<\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">The password can be copied and pasted with the right-click of a computer mouse. On Windows, it inserts the password immediately; On Linux &ndash; opens a menu with actions<\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">The SSH password is the same as the FTP password of your main domain. If you are not sure about the exact value, you can <b><a href=\"\/support\/5634574-how-to-change-your-ftp-password-on-hpanel\" target=\"_blank\" class=\"intercom-content-link\">set a new password<\/a> for both FTP and SSH<\/b> or create an <b><a href=\"\/support\/6440760-how-to-change-ssh-password-on-hpanel\" target=\"_blank\" class=\"intercom-content-link\">SSH-only password<\/a><\/b><\/p>\n<\/li>\n<\/ul><p class=\"no-margin\">As soon as you insert the password and press Enter, you will see this text from the next line:  <\/p><pre><code>-bash-4.2$<\/code><\/pre><p class=\"no-margin\">It means that you successfully logged into your account via SSH.<\/p><p class=\"no-margin\">\n<\/p><p class=\"no-margin\"><b>NOTES<\/b><\/p><ul>\n<li>\n<p class=\"no-margin\">If the terminal\/console closes immediately after inserting the password, disable SSH access, enable it back, and try re-connecting. <\/p>\n<\/li>\n<li>\n<p class=\"no-margin\">You can check some basic SSH commands here: <b><a href=\"\/support\/5822386-ssh-cheat-sheet\" target=\"_blank\" class=\"intercom-content-link\">Common SSH commands<\/a>.<\/b><\/p>\n<\/li>\n<\/ul><p class=\"no-margin\">\n<\/p><div class=\"intercom-interblocks-callout\" style=\"background-color: #e3e7fa80;border-color: #334bfa33\">\n<p class=\"no-margin\">If you have a Web Single hosting plan and want to enable SSH access, you can consider an <a href=\"\/support\/1583459-how-to-upgrade-a-hosting-plan\" target=\"_blank\" class=\"intercom-content-link\">upgrade<\/a> &#128640; <\/p>\n<\/div><p class=\"no-margin\">\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Access your hosting plan remotely with an SSH connection<\/p>\n","protected":false},"author":581,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"include_on_kodee":true,"footnotes":""},"categories":[235],"tags":[],"class_list":["post-430","post","type-post","status-publish","format-standard","hentry","category-ssh-connection-and-ssh-keys"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/support\/10441250-how-to-connect-to-a-hosting-plan-remotely-using-ssh-in-hostinger\/","default":1}],"include_on_kodee":true,"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/users\/581"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/comments?post=430"}],"version-history":[{"count":1,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/430\/revisions"}],"predecessor-version":[{"id":2157,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/430\/revisions\/2157"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/media?parent=430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/categories?post=430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/tags?post=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}