{"id":75718,"date":"2023-01-18T14:46:31","date_gmt":"2023-01-18T14:46:31","guid":{"rendered":"\/tutorials\/?p=75718"},"modified":"2026-03-10T10:23:59","modified_gmt":"2026-03-10T10:23:59","slug":"ssh-connection-refused","status":"publish","type":"post","link":"\/in\/tutorials\/ssh-connection-refused","title":{"rendered":"SSH connection refused: what it is, causes, and 6 effective methods to fix it"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p>When using an SSH (Secure Shell) protocol to access a remote server, you may encounter an SSH &ldquo;Connection refused&rdquo; error message. It is a common error indicating that your SSH server fails to accept connections.<\/p><p>In this tutorial, we will explain what the SSH &ldquo;Connection refused&rdquo; error is and its potential causes. Also, we will walk you through the six effective methods to resolve this SSH connection error.<\/p><p class=\"has-text-align-center\"><a href=\"https:\/\/assets.hostinger.com\/content\/tutorials\/pdf\/SSH-Cheat-Sheet-EN.pdf\" target=\"_blank\" rel=\"noopener\">Download ultimate SSH commands cheat sheet<\/a><\/p><p>\n\n\n\n<div class=\"protip\">\n                    <h2 class=\"featured-snippet title\">What is SSH connection refused?<\/h2>\n                    <p>SSH &ldquo;Connection refused&rdquo; is a network communication protocol failure that occurs when connecting to an SSH server. When the SSH connection fails, you won&rsquo;t be able to deploy secure encryption on your site and run more advanced tasks such as remote commands. Usually, this error is caused by a wrong SSH port, incorrect credentials, and a disabled SSH service.<\/p>\n                <\/div>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-what-causes-the-ssh-connection-refused-error\">What causes the SSH connection refused error<\/h2><p>In this section, we will uncover the most common SSH &ldquo;Connection refused&rdquo; causes.<\/p><figure tabindex=\"0\" class=\"wp-block-table\"><table><tbody><tr><td><strong>Error code<\/strong>                            <\/td><td>Connection refused<\/td><\/tr><tr><td><strong>Error type<\/strong><\/td><td>Network communication protocol error<\/td><\/tr><tr><td><strong>Error causes<\/strong><\/td><td>Network problem<br>Incorrect SSH installation<br>Wrong credentials<br>Security system configuration<\/td><\/tr><\/tbody><\/table><\/figure><h3 class=\"wp-block-heading\" id=\"h-ssh-port-is-wrong\">SSH port is wrong<\/h3><p>The SSH port grants you access to a remote server. This is why it&rsquo;s important to ensure you&rsquo;re pointing at the right one when opening the SSH port. Otherwise, you will get the SSH &ldquo;Connection refused&rdquo; message when trying to perform a remote connection.<\/p><h3 class=\"wp-block-heading\" id=\"h-credentials-are-incorrect\">Credentials are incorrect<\/h3><p>Typing in the wrong credentials a few times will result in failed login attempts, causing the SSH &ldquo;Connection refused&rdquo; error. Make sure you&rsquo;re entering the correct username, password, hostname, and port to avoid an SSH connection failure.<\/p><h3 class=\"wp-block-heading\" id=\"h-ssh-client-is-not-installed\">SSH client is not installed<\/h3><p>Another common issue that causes the SSH &ldquo;Connection refused&rdquo; error is not having SSH client software installed on your localhost. An SSH client enables a secure connection to SSH servers. In short, you won&rsquo;t be able to initiate a connection request to an SSH server without the SSH client in the first place.<\/p><h3 class=\"wp-block-heading\" id=\"h-ssh-daemon-is-not-installed-on-the-server\">SSH Daemon is not installed on the server<\/h3><p>Besides the SSH client, you also need to install SSH Daemon to access a remote server from your local device. SSH Daemon will accept authenticated requests made through an SSH Client. An SSH &ldquo;Connection refused&rdquo; issue may occur when the SSH Daemon is not properly configured.<\/p><h3 class=\"wp-block-heading\" id=\"h-ssh-services-are-disabled\">SSH services are disabled<\/h3><p>Traffic surges and DDoS attacks are possible reasons for a disabled SSH service. When your SSH service is down, SSH Daemon won&rsquo;t be able to accept connections to a remote server. Therefore, you will face an SSH &ldquo;Connection refused&rdquo; message.<\/p><h3 class=\"wp-block-heading\" id=\"h-firewall-prevents-ssh-connection\">Firewall prevents SSH connection<\/h3><p>When a firewall protects your server from unauthorized incoming connections, it may also block SSH connections. You will need to apply specific firewall rules to enable the SSH connection requests and avoid the SSH &ldquo;Connection refused&rdquo; error.<\/p><h2 class=\"wp-block-heading\" id=\"h-6-ways-to-fix-the-ssh-connection-refused-error\">6 ways to fix the SSH connection refused error<\/h2><p>After identifying what has caused the SSH &ldquo;Connection refused&rdquo; error, it&rsquo;s time to fix it.<\/p><p>In this section, we will take a closer look at the six proven methods to do so.<\/p><h3 class=\"wp-block-heading\" id=\"h-1-change-the-ssh-port-number\">1. Change the SSH port number<\/h3><p>An SSH connection runs on port 22 by default, but the port may be closed when left unused for a while due to security reasons. Therefore, ensure the SSH port is open before connecting to a remote server.<\/p><p>Use the following command to check for ports listening to requests:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo lsof -i -n -P | grep LISTEN<\/pre><p>However, the default open port 22 is more vulnerable to cyber attacks. We encourage you to use a different port to reduce security risks.<\/p><p>Here at Hostinger, we use the custom <strong>SSH Port 65002<\/strong>. Hence, you will see 65002 as the default port number when accessing SSH details on your hPanel.<\/p><p><div class=\"protip\">\n                    <h4 class=\"title\">Suggested Reading<\/h4>\n                    <p>For Hostinger&rsquo;s VPS hosting users, we suggest checking out our tutorial on <a href=\"\/in\/tutorials\/how-to-change-ssh-port-vps\">how to change the SSH port on VPS.<\/a><\/p>\n                <\/div>\n\n\n\n<\/p><h3 class=\"wp-block-heading\" id=\"h-2-double-check-the-credentials\">2. Double-check the credentials<\/h3><p>Make sure you&rsquo;re using the correct numbers and characters for the following information:<\/p><ul class=\"wp-block-list\">\n<li><strong>Host name <\/strong>&ndash;<strong> <\/strong>this is your domain name or your server&rsquo;s IP address.<\/li>\n\n\n\n<li><strong>Username<\/strong> &ndash;<strong> <\/strong>enter your FTP username.<\/li>\n\n\n\n<li><strong>Port <\/strong>&ndash; Hostinger users should use the custom port<strong> <\/strong>65002, while others can opt for the default port 22.<\/li>\n\n\n\n<li><strong>Password <\/strong>&ndash;<strong> <\/strong>type in your FTP account&rsquo;s password.<\/li>\n<\/ul><p>For Hostinger users, your SSH username and password will be the same as your FTP account. You can find these credentials on your hPanel.<\/p><p>To manage your password, navigate to the hPanel dashboard and access<strong> Files &rarr; FTP Accounts<\/strong>. You will see your FTP username details and an option to change your FTP password.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/files-ftpaccounts.png\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/files-ftpaccounts-1024x489.png\" alt=\"FTP Accounts section in Hostinger's hPanel\"><\/a><\/figure><\/div><p>Note that if you&rsquo;re using other web hosts, you may have to access these details in a different way.<\/p><h3 class=\"wp-block-heading\" id=\"h-3-make-sure-ssh-is-enabled\">3. Make sure SSH is enabled<\/h3><p>SSH Daemons won&rsquo;t be able to listen and accept requests if you don&rsquo;t enable your SSH server.<\/p><p>Hostinger users can manage SSH settings through the web control panel. Access <strong>Advanced &rarr; SSH Access <\/strong>on the sidebar of the hPanel dashboard. Check if your credentials are correct and click <strong>Enable<\/strong> to activate your SSH.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/ssh-access.png\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/ssh-access.png\" alt=\"SSH Access section in Hostinger's hPanel, showing the SSH status is active\"><\/a><\/figure><\/div><?xml encoding=\"utf-8\" ?><figure class=\"wp-block-image size-full\"><a href=\"\/in\/web-hosting\"><img decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/11\/Web-hosting_in-text-banner.png\" alt=\"Hostinger web hosting banner\" class=\"wp-image-98604\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/11\/Web-hosting_in-text-banner.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/11\/Web-hosting_in-text-banner-300x88.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/11\/Web-hosting_in-text-banner-150x44.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/11\/Web-hosting_in-text-banner-768x225.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h3 class=\"wp-block-heading\" id=\"h-4-make-sure-ssh-client-is-installed\">4. Make sure SSH client is installed<\/h3><p>Setting up an SSH Client on your device will let you perform remote commands over your server. Firstly, check if you&rsquo;ve installed one on your device by entering this on your terminal:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ssh<\/pre><p>Hostinger users can copy the <a href=\"\/in\/tutorials\/ssh\/basic-ssh-commands\">SSH command<\/a> from <strong>hPanel<\/strong>. Go to the <strong>Advanced<\/strong> section, click <strong>SSH Access, <\/strong>and you will see the command text under the <strong>Log in to SSH <\/strong>part. Then, click the <strong>Copy <\/strong>icon.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/ssh-login.png\"><img decoding=\"async\" width=\"1024\" height=\"247\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/ssh-login-1024x247.png\" alt=\"The copy icon in the Log in to SSH window on hPanel\" class=\"wp-image-113216\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2024\/07\/ssh-login-1024x247.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2024\/07\/ssh-login-300x72.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2024\/07\/ssh-login-150x36.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2024\/07\/ssh-login-768x185.png 768w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2024\/07\/ssh-login.png 1413w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>Linux and macOS users can use the built-in terminal to <a href=\"https:\/\/support.hostinger.com\/en\/articles\/1583245-how-to-connect-to-your-account-via-ssh\" target=\"_blank\" rel=\"noopener\">connect accounts via SSH<\/a>. Meanwhile, Windows users should use an SSH client to establish a connection to their accounts, for instance, PuTTY.<\/p><p>On the same <strong>Log in to SSH<\/strong> window, click the PuTTY button, and you will see links to download the package files.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/01\/PuTTY-package-files-download-page.png\"><img decoding=\"async\" width=\"1024\" height=\"402\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/01\/PuTTY-package-files-download-page-1024x402.png\" alt=\"PuTTY package files download page\" class=\"wp-image-75727\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-package-files-download-page-1024x402.png 1024w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-package-files-download-page-300x118.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-package-files-download-page-150x59.png 150w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-package-files-download-page-768x302.png 768w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-package-files-download-page.png 1240w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>Use the SSH details on your <strong>hPanel<\/strong>, such as the server IP address, username, port, and password, to connect to PuTTY.<\/p><figure class=\"wp-block-image aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/01\/PuTTY-configuration-window.png\"><img decoding=\"async\" width=\"671\" height=\"669\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/01\/PuTTY-configuration-window.png\" alt=\"PuTTY configuration window\n\" class=\"wp-image-75728\" srcset=\"https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-configuration-window.png 671w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-configuration-window-300x300.png 300w, https:\/\/www.hostinger.com\/in\/tutorials\/wp-content\/uploads\/sites\/52\/2023\/01\/PuTTY-configuration-window-150x150.png 150w\" sizes=\"(max-width: 671px) 100vw, 671px\" \/><\/a><\/figure><p><div class=\"protip\">\n                    <h4 class=\"title\">Suggested Reading<\/h4>\n                    <p>For more PuTTy configuration details, check our guide on <a href=\"\/in\/tutorials\/how-to-use-putty-ssh\">how to use the PuTTY SSH terminal.<\/a> <\/p>\n                <\/div>\n\n\n\n<\/p><h3 class=\"wp-block-heading\" id=\"h-5-ensure-ssh-daemon-is-installed-on-the-server\">5. Ensure SSH Daemon is installed on the server<\/h3><p>When a Daemon is unavailable, the SSH localhost may also block an incoming connection.<\/p><p>Most web hosting companies provide a pre-installed SSH Daemon on their server, but the SSH Daemon&rsquo;s status might be &ldquo;Down.&rdquo; If that is the case, contact your hosting provider about this issue.<\/p><p>Alternatively, you can restart your SSH service using the following command:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">command sudo service ssh restart<\/pre><p>You can also check whether the service is working properly through PuTTY. To do so, use these commands:<\/p><ul class=\"wp-block-list\">\n<li>For Debian 12 and Ubuntu 24.04 users &ndash; <strong>sudo service ssh status<\/strong><\/li>\n\n\n\n<li>For CentOS 9 users &ndash; <strong>sudo service sshd status<\/strong><\/li>\n\n\n\n<li>For systemd users &ndash; <strong>sudo systemctl status sshd -l<\/strong><\/li>\n<\/ul><p>If you can&rsquo;t locate the SSH Daemon, you will need to set it up to start accepting connections.<\/p><p>Linux users can manually install an SSH tool like <a href=\"https:\/\/www.openssh.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">OpenSSH<\/a> and enter this command:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo apt install openssh-server<\/pre><h3 class=\"wp-block-heading\" id=\"h-6-check-your-firewall-settings\">6. Check your firewall settings<\/h3><p>Manage your firewall settings to avoid it blocking SSH connections. Enable your iptables on the server and see if it shows a &ldquo;REJECT&rdquo; or &ldquo;DROP&rdquo; on your SSH port settings. Then, change it to &ldquo;ACCEPT.&rdquo;<\/p><p>You can use this command on your terminal to save the updated rules:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">service iptables save<\/pre><p>For Ubuntu or Debian users, allow your port on firewall settings using this command:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo ufw allow port \/tcp<\/pre><p>After that, you need to reload the firewall setting by entering this on your command line interface:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo ufw reload<\/pre><p>Check if the status has changed to &ldquo;ALLOW&rdquo; by typing this command:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo ufw status<\/pre><p>If none of these work, reset the firewall first before applying rules to allow SSH connections. If you use <strong>iptables<\/strong>, run the following commands:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo iptables -F\nsudo iptables -X\nsudo iptables -t nat -F\nsudo iptables -t nat -X\nsudo iptables -t mangle -F\nsudo iptables -t mangle -X<\/pre><p>For <strong>ufw<\/strong>, use this command instead:<\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo ufw reset<\/pre><p><div class=\"protip\">\n                    <h4 class=\"title\">&#128161; Pro Tip<\/h4>\n                    <p>Hostinger VPS customers can use <strong>Kodee<\/strong>, our AI-powered assistant, to reset firewall rules with ease. Simply type a prompt like \"Please reset the firewall rules on my VPS to the default state.\"<\/p>\n                <\/div>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>SSH &ldquo;Connection refused&rdquo; is a common type of network communication protocol issue you may face when trying to connect to a server remotely. Luckily, you can easily identify its cause and fix the problem by enabling specific settings.<\/p><p>Let&rsquo;s recap the possible causes of SSH &ldquo;Connection refused&rdquo; and effective methods to solve them:<\/p><ul class=\"wp-block-list\">\n<li><strong>Wrong port <\/strong>&ndash;<strong> <\/strong>change to Port 22 or 65002 for Hostinger users to securely connect to your SSH server.<\/li>\n\n\n\n<li><strong>Wrong credentials <\/strong>&ndash;<strong> <\/strong>double-check for typos when writing your username, password, and IP address.<\/li>\n\n\n\n<li><strong>SSH client is set incorrectly<\/strong> &ndash;<strong> <\/strong>ensure you enable a command prompt on your terminal window or use PuTTY.<\/li>\n\n\n\n<li><strong>No SSH Daemon installed on the server side<\/strong> &ndash;<strong> <\/strong>make sure you have installed it to access the remote server.<\/li>\n\n\n\n<li><strong>Disabled SSH<\/strong> &ndash; check whether your SSH service is down, and don&rsquo;t forget to enable the SSH access setting on your hosting panel.<\/li>\n\n\n\n<li><strong>Firewall settings<\/strong> &ndash; allow SSH connections by applying specific settings on your firewall.<\/li>\n<\/ul><p>We hope this article helps you understand the SSH &ldquo;Connection refused&rdquo; error message and how to fix the SSH connection. If you have any further questions, leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When using an SSH (Secure Shell) protocol to access a remote server, you may encounter an SSH &ldquo;Connection refused&rdquo; error message. It is a common error indicating that your SSH server fails to accept connections. In this tutorial, we will explain what the SSH &ldquo;Connection refused&rdquo; error is and its potential causes. Also, we will [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/in\/tutorials\/ssh-connection-refused\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":350,"featured_media":129984,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"SSH connection refused: 6 effective methods to fix it","rank_math_description":"Learn 6 effective ways to fix SSH connection refused: 1. Change SSH port 2. Check credentials 3. Enable SSH 4. Ensure SSL is installed + more.","rank_math_focus_keyword":"ssh connection refused","footnotes":""},"categories":[22640],"tags":[],"class_list":["post-75718","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vps"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/ssh-connection-refused","default":0},{"locale":"pt-BR","link":"https:\/\/www.hostinger.com\/br\/tutoriais\/ssh-connection-refused","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/ssh-connection-refused","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/ssh-connection-refused","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/ssh-connection-refused","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/ssh-connection-refused","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/ssh-connection-refused","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/ssh-connection-refused","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/ssh-connection-refused","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/ssh-connection-refused","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/pt\/tutoriais\/ssh-connection-refused","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/ssh-connection-refused","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/ssh-connection-refused","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/ssh-connection-refused","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/ssh-connection-refused","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/75718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/users\/350"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/comments?post=75718"}],"version-history":[{"count":17,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/75718\/revisions"}],"predecessor-version":[{"id":129979,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/posts\/75718\/revisions\/129979"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/media\/129984"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/media?parent=75718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/categories?post=75718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/in\/tutorials\/wp-json\/wp\/v2\/tags?post=75718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}