Linux Security and Systems Administration Glossary

Posted on Jan 13, 2025

This glossary serves as a companion reference to our SSH, Debian, and grep comprehensive guide and advanced Linux security guide. Use it to quickly look up unfamiliar terms while learning.

Quick Navigation

#


SSH & Cryptography

#

A-E

#

AES (Advanced Encryption Standard)

  • Symmetric encryption algorithm using 128, 192, or 256-bit keys
  • Hardware-accelerated on modern CPUs via AES-NI instructions
  • Example: Ciphers aes256-gcm@openssh.com
  • See: SSH cipher selection in our guide

Authentication Layer