{"id":510,"date":"2024-12-03T08:00:20","date_gmt":"2024-12-03T05:00:20","guid":{"rendered":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/"},"modified":"2024-12-03T08:00:20","modified_gmt":"2024-12-03T05:00:20","slug":"enhancing-security-with-two-factor-authentication-on-linux-servers","status":"publish","type":"post","link":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/","title":{"rendered":"Enhancing Security with Two-Factor Authentication on Linux Servers"},"content":{"rendered":"\n<p>In today&#8217;s digital landscape, securing sensitive data has become paramount, especially for organizations that rely on Linux servers. While traditional password protection is a fundamental security measure, it is increasingly inadequate to keep threats at bay. This is where Two-Factor Authentication (2FA) comes into play, offering an additional layer of security that significantly reduces the risk of unauthorized access.<\/p>\n<p><\/p>\n<p>Understanding Two-Factor Authentication <\/p>\n<p><\/p>\n<p>Two-Factor Authentication is a security protocol that requires two separate forms of identification before granting access to an account or system. This usually involves something you know (like a password) and something you have (like a mobile device or hardware token). By implementing 2FA, you create a scenario where even if a password is compromised, access to the server remains secure as long as the second factor is not compromised.<\/p>\n<p><\/p>\n<p>Benefits of Enabling 2FA on Linux Servers <\/p>\n<p><\/p>\n<ol><\/p>\n<li>\n<p><strong>Enhanced Security<\/strong>: With the rise of sophisticated cyberattacks, a strong password alone is no longer sufficient. By requiring a second form of authentication, you bolster the security of your Linux servers significantly.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li>\n<p><strong>Mitigation Against Phishing Attacks<\/strong>: Many attacks exploit human error through phishing strategies. Even if a user unknowingly shares their password, the second factor can thwart unauthorized entry.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li>\n<p><strong>Compliance<\/strong>: Various regulatory frameworks now mandate multi-factor authentication for accessing sensitive information. Implementing 2FA helps organizations comply with these regulations, thereby avoiding penalties.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li><strong>User Accountability<\/strong>: 2FA can also enhance accountability within organizations. Knowing that a second factor is required for access, users may be less likely to share their passwords, leading to better security practices.<\/li>\n<p>\n<\/ol>\n<p><\/p>\n<p>Setting Up Two-Factor Authentication on Linux Servers <\/p>\n<p><\/p>\n<p>Setting up 2FA on Linux servers generally involves a few key steps. Below is a simple guide using the widely-used Google Authenticator as an example.<\/p>\n<p><\/p>\n<p><strong>1. Install Google Authenticator<\/strong><\/p>\n<p>First, install the Google Authenticator package on your Linux server. You can typically do this using the package manager for your distribution. For example, on Debian-based systems, use:<\/p>\n<p><\/p>\n<pre><code class=\"language-bash\">sudo apt-get install libpam-google-authenticator<\/code><\/pre>\n<p><\/p>\n<p><strong>2. Configure Google Authenticator<\/strong><\/p>\n<p>After installing, each user who requires 2FA must run the <code>google-authenticator<\/code> command in their shell. This will generate a secret key, a QR code, and backup codes. Users must keep these details secure, as they are essential for accessing the account.<\/p>\n<p><\/p>\n<p><strong>3. Update PAM Configuration<\/strong><\/p>\n<p>Edit the PAM configuration file relevant to SSH access. This file is usually located at <code>\/etc\/pam.d\/sshd<\/code>. Add the following line at the top:<\/p>\n<p><\/p>\n<pre><code>auth required pam_google_authenticator.so<\/code><\/pre>\n<p><\/p>\n<p><strong>4. Modify SSH Configuration<\/strong><\/p>\n<p>Open the SSH configuration file located at <code>\/etc\/ssh\/sshd_config<\/code> and make the following changes:<\/p>\n<p><\/p>\n<pre><code>ChallengeResponseAuthentication yes<\/code><\/pre>\n<p><\/p>\n<p>This allows SSH to prompt for 2FA after the password.<\/p>\n<p><\/p>\n<p><strong>5. Restart SSH Service<\/strong><\/p>\n<p>To apply the changes, restart the SSH service using:<\/p>\n<p><\/p>\n<pre><code class=\"language-bash\">sudo systemctl restart ssh<\/code><\/pre>\n<p><\/p>\n<p><strong>6. Test the Setup<\/strong><\/p>\n<p>Try logging in via SSH. After entering your password, the system should prompt for the verification code generated by Google Authenticator.<\/p>\n<p><\/p>\n<p>Best Practices for Using Two-Factor Authentication <\/p>\n<p><\/p>\n<ol><\/p>\n<li>\n<p><strong>Educate Users<\/strong>: Ensure users understand the importance of 2FA and how to use it properly. Training sessions can clarify any procedures and reduce the likelihood of user error.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li>\n<p><strong>Backup Codes<\/strong>: Encourage users to store their backup codes securely. In case they lose access to their primary 2FA method, these codes can serve as a backup for recovery.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li>\n<p><strong>Choose Multiple Methods<\/strong>: When implementing 2FA, consider offering multiple second-factor options, such as SMS, email, hardware tokens, or app-based authenticators. This increases flexibility and ensures users can maintain access even in various scenarios.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li>\n<p><strong>Regular Monitoring<\/strong>: Keep track of login attempts and any unauthorized access attempts. Regular audits can help identify vulnerabilities in your 2FA implementation.<\/p>\n<p>\n<\/li>\n<p><\/p>\n<li><strong>Disable Legacy Authentication Methods<\/strong>: If possible, disable older authentication methods that do not support 2FA. This reduces the risk of unauthorized access through weaker protocols.<\/li>\n<p>\n<\/ol>\n<p><\/p>\n<p>While no security measure is foolproof, implementing Two-Factor Authentication on Linux servers significantly elevates the security posture of an organization. Not only does it protect sensitive data from unauthorized access, but it also fosters a culture of security awareness among users. As cyber threats continue to evolve, so too must our defenses. Adopting 2FA is a proactive step towards safeguarding Linux servers against the growing landscape of cybersecurity risks.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s digital landscape, securing sensitive data has become paramount, especially for organizations that rely on Linux servers. While traditional password protection is a fundamental security measure, it is increasingly inadequate to keep threats at bay. This is where Two-Factor Authentication (2FA) comes into play, offering an additional layer of security that significantly reduces the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":511,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[22],"tags":[],"class_list":["post-510","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-security","et-has-post-format-content","et_post_format-et-post-format-standard"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.5 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Enhancing Security with Two-Factor Authentication on Linux Servers - WafaTech Blogs<\/title>\n<meta name=\"description\" content=\"Enhancing Security with Two-Factor Authentication on Linux Servers %\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enhancing Security with Two-Factor Authentication on Linux Servers\" \/>\n<meta property=\"og:description\" content=\"Enhancing Security with Two-Factor Authentication on Linux Servers %\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/\" \/>\n<meta property=\"og:site_name\" content=\"WafaTech Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/WafaTech\/61560546351289\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-03T05:00:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/06\/logo_big.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2221\" \/>\n\t<meta property=\"og:image:height\" content=\"482\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"WafaTech SA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wafatech_sa\" \/>\n<meta name=\"twitter:site\" content=\"@wafatech_sa\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"WafaTech SA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/\"},\"author\":{\"name\":\"WafaTech SA\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#\\\/schema\\\/person\\\/1a5761fc0feb63ab59d295d7c2648f06\"},\"headline\":\"Enhancing Security with Two-Factor Authentication on Linux Servers\",\"datePublished\":\"2024-12-03T05:00:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/\"},\"wordCount\":668,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/1733202033.png\",\"articleSection\":[\"Linux Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/\",\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/\",\"name\":\"Enhancing Security with Two-Factor Authentication on Linux Servers - WafaTech Blogs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/1733202033.png\",\"datePublished\":\"2024-12-03T05:00:20+00:00\",\"description\":\"Enhancing Security with Two-Factor Authentication on Linux Servers %\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/1733202033.png\",\"contentUrl\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/1733202033.png\",\"width\":1024,\"height\":1024,\"caption\":\"linux server two-factor authentication\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/linux\\\/linux-security\\\/enhancing-security-with-two-factor-authentication-on-linux-servers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enhancing Security with Two-Factor Authentication on Linux Servers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/\",\"name\":\"WafaTech Blogs\",\"description\":\"Smart Technologies\",\"publisher\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#organization\"},\"alternateName\":\"WafaTech\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#organization\",\"name\":\"WafaTech Blogs\",\"alternateName\":\"WafaTech\",\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/logo_big.webp\",\"contentUrl\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/logo_big.webp\",\"width\":2221,\"height\":482,\"caption\":\"WafaTech Blogs\"},\"image\":{\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/WafaTech\\\/61560546351289\\\/\",\"https:\\\/\\\/x.com\\\/wafatech_sa\",\"https:\\\/\\\/www.youtube.com\\\/@wafatech-sa\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wafatech\\\/\"],\"description\":\"WafaTech, a leading Saudi IT services provider, specializes in cloud solutions, connectivity, and ICT services. Offering secure cloud infrastructure, high-speed internet, and ICT solutions like hosting, backup, and disaster recovery, WafaTech operates a Tier 3 data center at KAUST with ISO certifications. Regulated by CST, the company is committed to innovation, security, and customer satisfaction, empowering businesses in the digital age.\",\"email\":\"sales@wafatech.sa\",\"legalName\":\"Al-Wafa Al-Dhakia For Information Technology LLC\",\"foundingDate\":\"2013-01-08\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/#\\\/schema\\\/person\\\/1a5761fc0feb63ab59d295d7c2648f06\",\"name\":\"WafaTech SA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g\",\"caption\":\"WafaTech SA\"},\"url\":\"https:\\\/\\\/wafatech.sa\\\/blog\\\/author\\\/omer-yaseen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Enhancing Security with Two-Factor Authentication on Linux Servers - WafaTech Blogs","description":"Enhancing Security with Two-Factor Authentication on Linux Servers %","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:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/","og_locale":"en_US","og_type":"article","og_title":"Enhancing Security with Two-Factor Authentication on Linux Servers","og_description":"Enhancing Security with Two-Factor Authentication on Linux Servers %","og_url":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/","og_site_name":"WafaTech Blogs","article_publisher":"https:\/\/www.facebook.com\/people\/WafaTech\/61560546351289\/","article_published_time":"2024-12-03T05:00:20+00:00","og_image":[{"width":2221,"height":482,"url":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/06\/logo_big.webp","type":"image\/webp"}],"author":"WafaTech SA","twitter_card":"summary_large_image","twitter_creator":"@wafatech_sa","twitter_site":"@wafatech_sa","twitter_misc":{"Written by":"WafaTech SA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#article","isPartOf":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/"},"author":{"name":"WafaTech SA","@id":"https:\/\/wafatech.sa\/blog\/#\/schema\/person\/1a5761fc0feb63ab59d295d7c2648f06"},"headline":"Enhancing Security with Two-Factor Authentication on Linux Servers","datePublished":"2024-12-03T05:00:20+00:00","mainEntityOfPage":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/"},"wordCount":668,"commentCount":0,"publisher":{"@id":"https:\/\/wafatech.sa\/blog\/#organization"},"image":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#primaryimage"},"thumbnailUrl":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/12\/1733202033.png","articleSection":["Linux Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/","url":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/","name":"Enhancing Security with Two-Factor Authentication on Linux Servers - WafaTech Blogs","isPartOf":{"@id":"https:\/\/wafatech.sa\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#primaryimage"},"image":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#primaryimage"},"thumbnailUrl":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/12\/1733202033.png","datePublished":"2024-12-03T05:00:20+00:00","description":"Enhancing Security with Two-Factor Authentication on Linux Servers %","breadcrumb":{"@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#primaryimage","url":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/12\/1733202033.png","contentUrl":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/12\/1733202033.png","width":1024,"height":1024,"caption":"linux server two-factor authentication"},{"@type":"BreadcrumbList","@id":"https:\/\/wafatech.sa\/blog\/linux\/linux-security\/enhancing-security-with-two-factor-authentication-on-linux-servers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wafatech.sa\/blog\/"},{"@type":"ListItem","position":2,"name":"Enhancing Security with Two-Factor Authentication on Linux Servers"}]},{"@type":"WebSite","@id":"https:\/\/wafatech.sa\/blog\/#website","url":"https:\/\/wafatech.sa\/blog\/","name":"WafaTech Blogs","description":"Smart Technologies","publisher":{"@id":"https:\/\/wafatech.sa\/blog\/#organization"},"alternateName":"WafaTech","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wafatech.sa\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wafatech.sa\/blog\/#organization","name":"WafaTech Blogs","alternateName":"WafaTech","url":"https:\/\/wafatech.sa\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wafatech.sa\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/06\/logo_big.webp","contentUrl":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/06\/logo_big.webp","width":2221,"height":482,"caption":"WafaTech Blogs"},"image":{"@id":"https:\/\/wafatech.sa\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/WafaTech\/61560546351289\/","https:\/\/x.com\/wafatech_sa","https:\/\/www.youtube.com\/@wafatech-sa","https:\/\/www.linkedin.com\/company\/wafatech\/"],"description":"WafaTech, a leading Saudi IT services provider, specializes in cloud solutions, connectivity, and ICT services. Offering secure cloud infrastructure, high-speed internet, and ICT solutions like hosting, backup, and disaster recovery, WafaTech operates a Tier 3 data center at KAUST with ISO certifications. Regulated by CST, the company is committed to innovation, security, and customer satisfaction, empowering businesses in the digital age.","email":"sales@wafatech.sa","legalName":"Al-Wafa Al-Dhakia For Information Technology LLC","foundingDate":"2013-01-08","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/wafatech.sa\/blog\/#\/schema\/person\/1a5761fc0feb63ab59d295d7c2648f06","name":"WafaTech SA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fde877f001a2e0497276edc0684d3ba2a416c0de8caeb8e785076a1b1b932b3a?s=96&d=mm&r=g","caption":"WafaTech SA"},"url":"https:\/\/wafatech.sa\/blog\/author\/omer-yaseen\/"}]}},"jetpack_featured_media_url":"https:\/\/wafatech.sa\/blog\/wp-content\/uploads\/2024\/12\/1733202033.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/posts\/510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/comments?post=510"}],"version-history":[{"count":0,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/posts\/510\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/media\/511"}],"wp:attachment":[{"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/media?parent=510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/categories?post=510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wafatech.sa\/blog\/wp-json\/wp\/v2\/tags?post=510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}