Question
-
CreatorTopic
-
May 10, 2023 at 7:53 am #4087928
What Authentication Protocols does Linux Use?
Lockedby kirdovada05 · about 1 year, 5 months ago
Tags: Linux
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!
Topic is locked -
CreatorTopic
All Answers
-
AuthorReplies
-
-
May 10, 2023 at 11:40 am #4088097
Sorry but I can’t possible list them all.
by rproffitt · about 1 year, 5 months ago
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.
-
May 14, 2023 at 5:55 pm #4091415
Reply To: What Authentication Protocols does Linux Use?
by Shankar Ganesh Elangovan · about 1 year, 4 months ago
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. -
June 29, 2023 at 1:23 am #4126112
Reply To: What Authentication Protocols does Linux Use?
by Itz Zohaib · about 1 year, 3 months ago
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 Itz Zohaib.
- This reply was modified 1 year, 3 months ago by birdmantd.
-
October 3, 2023 at 8:09 pm #4171421
Reply To: What Authentication Protocols does Linux Use?
by yunoshadymather · about 1 year ago
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!
-
October 17, 2023 at 12:20 am #4178244
Reply To: What Authentication Protocols does Linux Use?
by indicatorstockmarket · about 11 months, 3 weeks ago
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 kees_b.
-
October 19, 2023 at 9:44 am #4179876
What Authentication Protocols does Linux Use?
by cloakingads · about 11 months, 3 weeks ago
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.
-
October 21, 2023 at 5:42 am #4180848
Reply To: What Authentication Protocols does Linux Use?
by indicatorstockmarket · about 11 months, 3 weeks ago
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 kees_b.
-
-
AuthorReplies