{"id":1182,"date":"2021-08-04T11:19:48","date_gmt":"2021-08-04T11:19:48","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=1182"},"modified":"2021-08-04T11:19:48","modified_gmt":"2021-08-04T11:19:48","slug":"disable-root-ssh-login-on-linux-dedicated-server","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/","title":{"rendered":"Disable Root SSH Login on Linux Dedicated server"},"content":{"rendered":"<p>As per the saying \u201cprevention is best then cure\u201d you&#8217;ll discover however. Permitting direct logging in as root through ssh is one in all the most important security threats for your server. Reason as a result of any cracker will commit to break your root password and potentially they&#8217;ll access your account if they manage to find out your password. Thus its better to create a separate account that you just will use often and easily sudo to root once its required. 1st of all make sure you have got an regular user account and you have got permissions of su or sudo to root from there.<\/p>\n<p>To solve the problem you&#8217;ll have to be compelled to edit the ssh_config file. This file is the most configuration file for the sshd service. Generally you&#8217;ll find the file in \/abc\/ssh\/, but is could differ also. whereas you&#8217;re logged on as root open the file up.<\/p>\n<p>vi \/etc\/ssh\/sshd_config<\/p>\n<p>In this file there will be section reading \u201cPermitRootLogin\u201d<\/p>\n<p>#LoginGraceTime 2m<br \/>\n#PermitRootLogin no<br \/>\n#StrictModes yes<br \/>\n#MaxAuthTries 6<\/p>\n<p>Change the line and make it look\u00a0 like this in order to disable logged in through ssh as root.<\/p>\n<p>PermitRootLogin no<\/p>\n<p>For the last step restart the sshd service:<\/p>\n<p>\/abc\/init.d\/sshd restart<\/p>\n<p>Its all done, now nobody can force in for root login.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As per the saying \u201cprevention is best then cure\u201d you&#8217;ll discover however. Permitting direct logging in as root through ssh is one in all the most important security threats for your server. Reason as a result of any cracker will commit to break your root password and potentially they&#8217;ll access your account if they manage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1182","post","type-post","status-publish","format-standard","hentry","category-dedicated-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Disable Root SSH Login on Linux Dedicated server - OWS KB<\/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:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Disable Root SSH Login on Linux Dedicated server - OWS KB\" \/>\n<meta property=\"og:description\" content=\"As per the saying \u201cprevention is best then cure\u201d you&#8217;ll discover however. Permitting direct logging in as root through ssh is one in all the most important security threats for your server. Reason as a result of any cracker will commit to break your root password and potentially they&#8217;ll access your account if they manage [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-04T11:19:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\",\"name\":\"Disable Root SSH Login on Linux Dedicated server - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-08-04T11:19:48+00:00\",\"dateModified\":\"2021-08-04T11:19:48+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/disable-root-ssh-login-on-linux-dedicated-server\/\",\"name\":\"Disable Root SSH Login on Linux Dedicated server\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=1182"}],"version-history":[{"count":1,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1182\/revisions"}],"predecessor-version":[{"id":1183,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1182\/revisions\/1183"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=1182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=1182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=1182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}