Which Authentication Protocols Does Linux Use?

Post Reply
Udaismith
Posts: 4
Joined: Thu Jun 26, 2025 9:26 am

Which Authentication Protocols Does Linux Use?

Post by Udaismith »

I was wondering what authentication protocols Linux uses. Can anyone explain?
rohan
Posts: 18
Joined: Wed Jun 18, 2025 6:30 am

Re: Which Authentication Protocols Does Linux Use?

Post by rohan »

Linux supports multiple authentication protocols, including:
  • PAM (Pluggable Authentication Modules)
  • LDAP (Lightweight Directory Access Protocol)
  • Kerberos
  • SSH keys
  • Radius
  • Local password files (/etc/shadow)
These ensure secure user verification.
chaudarymani03
Posts: 14
Joined: Thu Jun 19, 2025 9:44 am

Re: Which Authentication Protocols Does Linux Use?

Post by chaudarymani03 »

Linux supports multiple authentication protocols, including:
PAM (Pluggable Authentication Modules)
LDAP
Kerberos
SSH keys
TACACS+
RADIUS
SAML/OAuth (for web apps)
PAM is the most common for local and remote logins.
Post Reply