{"id":6855,"date":"2025-02-06T12:56:38","date_gmt":"2025-02-06T07:26:38","guid":{"rendered":"https:\/\/www.veeble.com\/kb\/?p=6855"},"modified":"2025-03-28T10:50:55","modified_gmt":"2025-03-28T05:20:55","slug":"essential-fixes-for-ssh-connection-timeout","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/essential-fixes-for-ssh-connection-timeout\/","title":{"rendered":"Essential Fixes for SSH Connection Timeout While Enabling UFW"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-1024x576.jpg\" alt=\"SSH Connection Timeout While Enabling UFW\" class=\"wp-image-6896\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-1024x576.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-300x169.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-768x432.jpg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-1536x864.jpg 1536w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-2048x1152.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>SSH Connection Timeout While Enabling UFW  is a common issue faced by linux administrators nowadays. Recently, I encountered a <strong>critical SSH connectivity issue<\/strong> on my <strong>OpenVZ-based VPS<\/strong>, which prevented me from accessing my server remotely when I enabled UFW. Despite having <strong>UFW and iptables rules configured to allow SSH (port 22)<\/strong>, every attempt to connect resulted in a timeout. After extensive troubleshooting, I discovered that <strong><a href=\"http:\/\/misconfigured-firewall-rules\" target=\"_blank\">misconfigured firewall rules<\/a><\/strong> and <strong><a href=\"#OpenVZ-Limitations\">OpenVZ limitations<\/a><\/strong> were causing the problem. Now we can discuss how I diagnosed and fixed the issue. Using this guide you can resolve SSH Connection Timeout While Enabling UFW .<\/p>\n\n\n\t\t\t\t<div class=\"wp-block-uagb-table-of-contents uagb-toc__align-left uagb-toc__columns-1  uagb-block-5cca401f      \"\n\t\t\t\t\tdata-scroll= \"1\"\n\t\t\t\t\tdata-offset= \"30\"\n\t\t\t\t\tstyle=\"\"\n\t\t\t\t>\n\t\t\t\t<div class=\"uagb-toc__wrap\">\n\t\t\t\t\t\t<div class=\"uagb-toc__title\">\n\t\t\t\t\t\t\tTable Of Contents\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"uagb-toc__list-wrap \">\n\t\t\t\t\t\t<ol class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#understanding-the-ssh-connection-timeout-while-enabling-ufw\" class=\"uagb-toc-link__trigger\">Understanding the SSH Connection Timeout While Enabling UFW<\/a><li class=\"uagb-toc__list\"><a href=\"#steps-to-fix-ssh-connection-timeout-while-enabling-csf\" class=\"uagb-toc-link__trigger\">Steps To Fix SSH Connection Timeout While enabling CSF<\/a><ul class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#reset-and-clean-up-iptables-rules\" class=\"uagb-toc-link__trigger\">Reset and Clean Up iptables Rules<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#verify-ssh-service-and-listening-port\" class=\"uagb-toc-link__trigger\">Verify SSH Service and Listening Port<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#configure-ufw-correctly\" class=\"uagb-toc-link__trigger\">Configure UFW Correctly<\/a><\/li><\/ul><\/li><li class=\"uagb-toc__list\"><a href=\"#major-issues-identified\" class=\"uagb-toc-link__trigger\">Major issues Identified<\/a><ul class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#ufw-and-iptables-conflicts\" class=\"uagb-toc-link__trigger\">UFW and iptables Conflicts<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#openvz-limitations\" class=\"uagb-toc-link__trigger\">OpenVZ Limitations<\/a><li class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#ufw-was-not-configured-correctly\" class=\"uagb-toc-link__trigger\">UFW Was Not Configured Correctly<\/a><\/li><\/ul><\/li><\/ul><\/li><li class=\"uagb-toc__list\"><a href=\"#conclusion\" class=\"uagb-toc-link__trigger\">Conclusion<\/a><ul class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#unleash-the-power-of-kvm-vps\" class=\"uagb-toc-link__trigger\">Unleash the Power of KVM VPS<\/a><\/ul><\/ul><\/ul><\/ol>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"understanding-the-ssh-connection-timeout-while-enabling-ufw\"><strong>Understanding the SSH Connection Timeout While Enabling UFW<\/strong><\/h2>\n\n\n<p>Initially, I ensured that SSH was allowed in <strong>UFW<\/strong> before enabling it to prevent accidental lockout. However, despite explicitly allowing SSH (<code>port 22<\/code>), I still experienced connection failures. Upon further investigation, I found that my <strong>iptables firewall had a DROP rule<\/strong> that blocked all inbound traffic unless explicitly permitted. While SSH requests were being accepted, the server\u2019s <strong>response packets were likely being dropped<\/strong>, causing the connection failure. This indicated a conflict between <strong>UFW and iptables<\/strong>, preventing SSH from functioning correctly.<\/p>\n\n\n\n<p>Additionally, because my VPS was running on <strong>OpenVZ<\/strong>, standard iptables rules using <strong><code>conntrack<\/code> or <code>state<\/code> tracking<\/strong> failed with the error:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>iptables: No chain\/target\/match by that name.<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-verse\">This is a known limitation of <strong>OpenVZ<\/strong>, where <strong>stateful connection tracking<\/strong> is not supported. Since I couldn\u2019t rely on <strong>ESTABLISHED, RELATED rules<\/strong>, I had to configure iptables manually.<\/pre>\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"steps-to-fix-ssh-connection-timeout-while-enabling-csf\">Steps To Fix <strong>SSH Connection Timeout<\/strong> While enabling CSF <\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"reset-and-clean-up-iptables-rules\"><strong>Reset and Clean Up iptables Rules<\/strong><\/h3>\n\n\n<p>I realized that having <strong>multiple conflicting rules<\/strong> was causing issues. To fix this, I first flushed the existing iptables rules:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo iptables -F<\/code><\/pre>\n\n\n\n<p>Then, I re-added only the necessary rules:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo iptables -A INPUT -p tcp --dport 22 -j ACCEPT  <br>sudo iptables -A INPUT -p icmp -j ACCEPT  <br>sudo iptables -P INPUT DROP  # Block everything else  <br>sudo iptables -P FORWARD DROP  <br>sudo iptables -P OUTPUT ACCEPT  <br><\/pre>\n\n\n\n<p>I saved the rules to ensure they persisted after a reboot:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo netfilter-persistent save  <br>sudo systemctl restart netfilter-persistent  <\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"verify-ssh-service-and-listening-port\"><strong>Verify SSH Service and Listening Port<\/strong><\/h3>\n\n\n<p>I checked if the <strong>SSH daemon was running<\/strong> and listening on port 22.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl status ssh<br>sudo netstat -tulnp | grep ssh<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/image.png\"><img decoding=\"async\" width=\"945\" height=\"140\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/image.png\" alt=\"\" class=\"wp-image-6857\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/image.png 945w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/image-300x44.png 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/image-768x114.png 768w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/><\/a><\/figure>\n\n\n\n<p>Since the SSH service was active, I restarted it for good measure.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">systemctl restart ssh  <\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-ufw-correctly\">Configure UFW Correctly<\/h3>\n\n\n<p>Since UFW was causing SSH to be blocked, I explicitly allowed SSH <strong>before enabling UFW<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ufw allow 22\/tcp<\/code><\/pre>\n\n\n\n<p>Then enabled UFW.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ufw enable<\/code><\/pre>\n\n\n\n<p>After implementing these fixes, your SSH connection will not exited when the UFW is enabled. <\/p>\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"major-issues-identified\">Major issues Identified<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"ufw-and-iptables-conflicts\"><strong>UFW and iptables Conflicts<\/strong><\/h3>\n\n\n<p>-&gt; <strong>UFW and iptables were both managing firewall rules<\/strong>, leading to unexpected behavior.<br>-&gt; <strong>iptables had a DROP rule<\/strong> (<code>DROP all -- 0.0.0.0\/0 0.0.0.0\/0<\/code>) that was <strong>blocking all traffic<\/strong> except explicitly allowed rules.<br>-&gt; <strong>SSH responses were likely dropped<\/strong>, preventing successful connections.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"OpenVZ-Limitations\">OpenVZ Limitations<\/h3>\n\n\n<p>Your VPS runs on <strong>OpenVZ<\/strong>, which <strong>does not support <code>conntrack<\/code> or <code>state<\/code> tracking<\/strong> in iptables.<br>-&gt; Standard firewall rules like;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT<\/code><\/pre>\n\n\n\n<p><strong>failed because OpenVZ lacks connection tracking<\/strong>. <br>-&gt; This meant return SSH traffic could be <strong>blocked unintentionally<\/strong>.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"misconfigured-firewall-rules\"><strong>UFW Was Not Configured Correctly<\/strong><\/h3>\n\n\n<ul class=\"wp-block-list\">\n<li>UFW was enabled <strong>before<\/strong> SSH was explicitly allowed.<\/li>\n\n\n\n<li>UFW\u2019s default policy <strong>blocks all incoming connections<\/strong>, including SSH.<\/li>\n\n\n\n<li>When UFW was active, SSH was silently dropped.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n<p>Enabling UFW without proper configuration can lead to SSH connection timeouts, making remote management difficult. To prevent this, always allow SSH traffic before enabling UFW, verify listening ports, and clear conflicting iptables rules. Additionally, be aware of virtualization-related limitations that may affect firewall functionality. Following these steps ensures that SSH access remains uninterrupted while securing the server with UFW.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-0d0284ae wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Unleash the Power of KVM VPS<\/h3><p class=\"uagb-cta__desc\">Experience lightning-fast performance and complete control with our cutting-edge KVM Virtual Private Servers. Built for speed and reliability.<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/kvm-vps\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">Get Your VPS Now<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"><\/path><\/svg><\/a><\/div><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-ast-global-color-3-color has-text-color has-link-color wp-elements-46c5c395d0a64238f2c1827b859b98a6\"><strong>Also Read:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-veeble-hosting wp-block-embed-veeble-hosting\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"EuX41H39R7\"><a href=\"https:\/\/www.veeble.com\/kb\/how-to-set-up-ufw-firewall-on-ubuntu\/\">How to Set Up UFW Firewall on Ubuntu<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;How to Set Up UFW Firewall on Ubuntu&#8221; &#8212; Veeble Hosting\" src=\"https:\/\/www.veeble.com\/kb\/how-to-set-up-ufw-firewall-on-ubuntu\/embed\/#?secret=jpApQ3w3bF#?secret=EuX41H39R7\" data-secret=\"EuX41H39R7\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-veeble-hosting wp-block-embed-veeble-hosting\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"X7u8n2WabC\"><a href=\"https:\/\/www.veeble.com\/kb\/how-to-open-a-specific-port-on-linux\/\">How to Open a Specific Port on Linux<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;How to Open a Specific Port on Linux&#8221; &#8212; Veeble Hosting\" src=\"https:\/\/www.veeble.com\/kb\/how-to-open-a-specific-port-on-linux\/embed\/#?secret=pN3KvLZqjw#?secret=X7u8n2WabC\" data-secret=\"X7u8n2WabC\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>SSH Connection Timeout While Enabling UFW is a common issue faced by linux administrators nowadays. Recently, I encountered a critical SSH connectivity issue on [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":6896,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[9,5],"tags":[],"class_list":["post-6855","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-firewallsecurity","category-linux"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW.jpg",2240,1260,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-300x169.jpg",300,169,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-768x432.jpg",768,432,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-1536x864.jpg",1536,864,true],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2025\/02\/How-to-resolve-SSH-Connection-Timeout-While-Enabling-UFW-2048x1152.jpg",2048,1152,true]},"uagb_author_info":{"display_name":"Nayana Nair","author_link":"https:\/\/www.veeble.com\/kb\/author\/nayana\/"},"uagb_comment_info":0,"uagb_excerpt":"SSH Connection Timeout While Enabling UFW is a common issue faced by linux administrators nowadays. Recently, I encountered a critical SSH connectivity issue on [&hellip;]","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/6855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=6855"}],"version-history":[{"count":7,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/6855\/revisions"}],"predecessor-version":[{"id":8296,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/6855\/revisions\/8296"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/6896"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=6855"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=6855"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=6855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}