Question

  • Creator
    Topic
  • #4087928

    What Authentication Protocols does Linux Use?

    Locked

    by kirdovada05 ·

    Tags: 

    Hey all,

    I was just wondering, as Microsoft Windows does use authentication protocols like NTLM and Kerberos.

    What authentication protocols does Linux use? I know that may depend (or not) on the distro, but I am not really sure.

    What I do know is that Linux uses PAM to “plug” or “unplug” authentication modules. What I have only done in the past is to configure this file for OpenLDAP.

    Thank you in advance!

All Answers

  • Author
    Replies
    • #4088097
      Avatar photo

      Sorry but I can’t possible list them all.

      by rproffitt ·

      In reply to What Authentication Protocols does Linux Use?

      As to PAM, not all distros use that. Until we narrow down the question to say networking for files or maybe an IP stack the answer is all of them.

    • #4091415
      Avatar photo

      Reply To: What Authentication Protocols does Linux Use?

      by Shankar Ganesh Elangovan ·

      In reply to What Authentication Protocols does Linux Use?

      Hi,
      OpenSSL which use ssh protocol key based.
      PAM is another use user name and password.
      LDAP is another like AD concept.

    • #4126112
      Avatar photo

      Reply To: What Authentication Protocols does Linux Use?

      by Itz Zohaib ·

      In reply to What Authentication Protocols does Linux Use?

      Pluggable Authentication Modules (PAM): PAM provides a flexible framework for authentication on Linux systems. It supports many authentication methods, such as passwords, tokens, smart cards, and biometrics.

      OpenSSH: Linux uses OpenSSH, which implements the Secure Shell (SSH) protocol for secure remote login and file transfer. It provides passwords, public key cryptography, and other authentication methods.

      Kerberos: Kerberos is a network authentication protocol that Linux systems can use for centralized authentication and secure communication. It enables secure authentication between clients and servers by issuing and validating tickets.
      LDAP (Lightweight Directory Access Protocol): LDAP is a protocol for accessing and managing directory information. Linux systems can use LDAP for centralized user authentication and authorization by connecting to an LDAP server that stores user account information.

      Samba: Samba is an open-source software suite enabling interoperability between Linux/Unix and Windows-based systems. It provides authentication services for Linux systems by integrating with Windows authentication protocols like NTLM and Active Directory.

      link deleted by moderator

      • This reply was modified 1 year, 3 months ago by Avatar photoItz Zohaib.
      • This reply was modified 1 year, 3 months ago by Avatar photobirdmantd.
    • #4171421

      Reply To: What Authentication Protocols does Linux Use?

      by yunoshadymather ·

      In reply to What Authentication Protocols does Linux Use?

      Hello,

      Linux typically uses several authentication protocols, including PAM (Pluggable Authentication Modules), which as you mentioned, allows flexibility in authentication methods. Additionally, Linux systems often use protocols like LDAP (Lightweight Directory Access Protocol) for centralized authentication, and for local authentication, they utilize mechanisms like shadow passwords, which are more secure versions of traditional password storage. The specific protocols and methods can vary based on the distribution and configuration, providing a range of options for secure authentication.

      Hope this helps!

    • #4178244

      Reply To: What Authentication Protocols does Linux Use?

      by indicatorstockmarket ·

      In reply to What Authentication Protocols does Linux Use?

      Linux primarily uses PAM (Pluggable Authentication Modules) to manage authentication, and the specific authentication protocols can vary depending on the configuration and distro. Common protocols include LDAP, Kerberos, and more.

      Note: spam link removed by moderator

      • This reply was modified 11 months, 3 weeks ago by indicatorstockmarket.
      • This reply was modified 11 months, 3 weeks ago by Avatar photokees_b.
    • #4179876

      What Authentication Protocols does Linux Use?

      by cloakingads ·

      In reply to What Authentication Protocols does Linux Use?

      Linux supports a variety of authentication protocols and mechanisms, including password-based authentication, SSH key-based authentication, Kerberos, LDAP, RADIUS, OAuth, 2FA/MFA, smart cards, PAM, and SAML. These methods provide different levels of security and can be configured to meet specific authentication needs on Linux systems. The choice of authentication method depends on system requirements and administrator preferences.

    • #4180848

      Reply To: What Authentication Protocols does Linux Use?

      by indicatorstockmarket ·

      In reply to What Authentication Protocols does Linux Use?

      Linux primarily uses PAM (Pluggable Authentication Modules) for authentication. The specific authentication protocols can vary depending on the configuration and use case, but PAM allows you to integrate various authentication methods, including traditional password-based, LDAP, and more. It’s a flexible system that adapts to different needs.

      • This reply was modified 11 months, 3 weeks ago by indicatorstockmarket.
      • This reply was modified 11 months, 3 weeks ago by Avatar photokees_b.
Viewing 6 reply threads