{"id":14658,"date":"2024-10-08T08:25:48","date_gmt":"2024-10-08T08:25:48","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=14658"},"modified":"2024-10-08T11:53:06","modified_gmt":"2024-10-08T11:53:06","password":"","slug":"how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/","title":{"rendered":"How to disable root ssh with password but enable via ssh keys"},"content":{"rendered":"\n<p>Disabling root SSH access with a password while allowing login via SSH keys is a highly recommended security practice. This ensures that only users with the correct SSH key can access the root account, eliminating the risk of brute-force attacks on root passwords.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>SSH Access to the Server<\/strong>:\n<ul class=\"wp-block-list\">\n<li>You must have SSH access to the server as either the <strong>root<\/strong> user or a <strong>sudo user<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Root SSH Key<\/strong>:\n<ul class=\"wp-block-list\">\n<li>You should already have an <strong>SSH key configured<\/strong> for the root user, or you need to set one up before disabling password access.<\/li>\n\n\n\n<li>If you don\u2019t have an SSH key yet, follow <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-configure-ssh-key-for-a-user\/\" target=\"_blank\" rel=\"noreferrer noopener\">these instructions<\/a><\/strong> to generate and copy an SSH key to the server before proceeding.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Sudo User with SSH Access<\/strong> (Optional but recommended):\n<ul class=\"wp-block-list\">\n<li>It\u2019s always good practice to have a <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-create-a-sudo-user-on-your-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">non-root sudo user<\/a><\/strong> with SSH access for emergency purposes.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step Guide to Disable Root SSH with Password but Enable SSH Keys<\/strong><\/h2>\n\n\n\n<p>Follow the steps below to<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1: Verify or Set Up SSH Keys for Root<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you haven&#8217;t generated SSH key on your local machine and uploaded it on the server, follow <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-configure-ssh-key-for-a-user\/\" target=\"_blank\" rel=\"noreferrer noopener\">these steps<\/a><\/strong> to generate and uplaod the key.<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 2: Backup the SSH Configuration File<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access the server via SSH as guided <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-a-server-via-ssh-terminal\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a><\/strong>.<\/li>\n\n\n\n<li>Before making any changes on the server, back up the current SSH configuration on the server. This ensures you can restore the original settings if something goes wrong.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cp \/etc\/ssh\/sshd_config \/etc\/ssh\/sshd_config.bak<\/strong><\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Edit the SSH Configuration File<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you have not installed <strong>vim<\/strong> or <strong>nano<\/strong>, you may want to install them first using either <strong>sudo apt-get install vim <\/strong>\/ <strong>sudo apt-get install nano <\/strong>(ubuntu, dedian, mint) or<strong> sudo yum install vim<\/strong> \/<strong>sudo yum install <\/strong>nano (centos, almalinux, redhat)<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"718\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png\" alt=\"\" class=\"wp-image-14747\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-300x210.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-768x539.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the SSH configuration file for editing, using your favorite text editor like <strong>nano<\/strong> or <strong>vim<\/strong>.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>vim \/etc\/ssh\/sshd_config<\/strong><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>nano \/etc\/ssh\/sshd_config<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"123\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-193.png\" alt=\"\" class=\"wp-image-14749\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-193.png 945w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-193-300x39.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-193-768x100.png 768w\" sizes=\"auto, (max-width: 945px) 100vw, 945px\" \/><\/figure>\n\n\n\n<p>Look for the following lines (you may need to uncomment some of them):<\/p>\n\n\n\n<p><strong>A. Disable root login with a password<\/strong>: Find the line that specifies <strong>PermitRootLogin<\/strong> &amp; modify it as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>PermitRootLogin prohibit-password<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This setting allows root login <strong>only via SSH keys<\/strong> and <strong>disables password-based root logins<\/strong>.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"743\" height=\"316\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-194.png\" alt=\"\" class=\"wp-image-14750\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-194.png 743w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-194-300x128.png 300w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/figure>\n\n\n\n<p><strong>B.  Disable password authentication (for all users)<\/strong>: For extra security, you may want to disable password authentication entirely and enforce SSH key authentication for all users. Do that by adding this setting below. Well, unless if you really want to, I would suggest you do not disable passwords for all users. S<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>PasswordAuthentication no<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"460\" height=\"105\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-195.png\" alt=\"\" class=\"wp-image-14754\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-195.png 460w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-195-300x68.png 300w\" sizes=\"auto, (max-width: 460px) 100vw, 460px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 4: Reload the SSH Service<\/strong><\/h5>\n\n\n\n<p>To apply the changes, reload the SSH service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>systemctl reload sshd<\/strong> OR <strong>systemctl reload sshd.service<\/strong><\/code><\/pre>\n\n\n\n<p><strong>Step 5: Test SSH Key Login for Root<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Do not log out<\/strong> of your current session yet.<\/li>\n\n\n\n<li>Open a new terminal window and test the SSH key-based login for root:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ssh root@your_server_ip<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the login succeeds, your SSH keys are working correctly. You can now close your original session.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"414\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-196.png\" alt=\"\" class=\"wp-image-14756\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-196.png 704w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-196-300x176.png 300w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you want to disable password authentication for all users other than root (I discourage), proceed to step 6 below,<\/li>\n<\/ul>\n\n\n\n<p><strong>Step 6: Ensure Non-Root Users Can Still Log In (Optional)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you are enforcing SSH keys for all users, make sure that any non-root users also have their SSH keys set up. Otherwise, they will be locked out once password authentication is disabled.<\/li>\n\n\n\n<li>To add SSH keys for a non-root user, follow the same steps as for root: log in as the non-root user and place the public key in <code>~\/.ssh\/authorized_keys<\/code> for that user.<\/li>\n\n\n\n<li>Alternatively use the command below; replace <strong><em>username<\/em><\/strong> with the actual user<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ssh-copy-id useraneme@your_server_ip<\/strong><\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 7: Restart SSH Service (If Required)<\/strong><\/h5>\n\n\n\n<p>After making final adjustments, you can restart the SSH service to ensure everything is properly configured:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>systemctl restart sshd<\/strong> OR <strong>systemctl restart sshd.service<\/strong><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Disabling root SSH access with a password while allowing login via SSH keys is a highly recommended security practice. This ensures that only users with the correct SSH key can access the root account, eliminating the risk of brute-force attacks on root passwords. Prerequisites Step-by-Step Guide to Disable Root SSH with Password but Enable SSH [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,1824,1879,2128],"doc_tag":[],"class_list":["post-14658","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-07","word_count":629,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to disable root ssh with password but enable via ssh keys -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to disable root ssh with password but enable via ssh keys -\" \/>\n<meta property=\"og:description\" content=\"Disabling root SSH access with a password while allowing login via SSH keys is a highly recommended security practice. This ensures that only users with the correct SSH key can access the root account, eliminating the risk of brute-force attacks on root passwords. Prerequisites Step-by-Step Guide to Disable Root SSH with Password but Enable SSH [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T11:53:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/\",\"name\":\"How to disable root ssh with password but enable via ssh keys -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-192-1024x718.png\",\"datePublished\":\"2024-10-08T08:25:48+00:00\",\"dateModified\":\"2024-10-08T11:53:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-192-1024x718.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-192-1024x718.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to disable root ssh with password but enable via ssh keys\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to disable root ssh with password but enable via ssh keys -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/","og_locale":"en_US","og_type":"article","og_title":"How to disable root ssh with password but enable via ssh keys -","og_description":"Disabling root SSH access with a password while allowing login via SSH keys is a highly recommended security practice. This ensures that only users with the correct SSH key can access the root account, eliminating the risk of brute-force attacks on root passwords. Prerequisites Step-by-Step Guide to Disable Root SSH with Password but Enable SSH [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/","article_modified_time":"2024-10-08T11:53:06+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/","name":"How to disable root ssh with password but enable via ssh keys -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png","datePublished":"2024-10-08T08:25:48+00:00","dateModified":"2024-10-08T11:53:06+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-192-1024x718.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-disable-root-ssh-with-password-but-enable-via-ssh-keys\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to disable root ssh with password but enable via ssh keys"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=14658"}],"version-history":[{"count":10,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14658\/revisions"}],"predecessor-version":[{"id":14758,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14658\/revisions\/14758"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=14658"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=14658"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=14658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}