Which Authentication Protocols Does Linux Use?
Which Authentication Protocols Does Linux Use?
I was wondering what authentication protocols Linux uses. Can anyone explain?
Re: Which Authentication Protocols Does Linux Use?
Linux supports multiple authentication protocols, including:
- PAM (Pluggable Authentication Modules)
- LDAP (Lightweight Directory Access Protocol)
- Kerberos
- SSH keys
- Radius
- Local password files (/etc/shadow)
-
- Posts: 14
- Joined: Thu Jun 19, 2025 9:44 am
Re: Which Authentication Protocols Does Linux Use?
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.
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.