Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
Today we'll cover how to encrypt and securely transfer files using GPG. GPG is a free, open-source encryption program that uses public-key cryptography, which means you can send encrypted files without ever having to send your private key over email or any other insecure channel. The only way to decrypt the file is if you have both your public and private keys, which means even if someone were able to intercept and read the message before it reached its intended recipient, it would be useless without the private key. . As an added bonus, the recipient doesn't need any special software or plugins—they just need a copy of PGP Desktop 9 or newer installed on their computer, along with a copy of their own public key so they can decrypt the message. Let's get started! Visit the link below for a step-by-step tutorial on how to encrypt and securely transfer files with GPG. . GPG (GNU Privacy Guard) provides advanced encryption for secure document sharing. Techniques include key management, file encryption, and secure messaging. File Encryption, GPG Security, Secure Data Transfer, Open Source Encryption. . Brittany Day
Learn how to use ssh-keygen to create new key pairs, copy host keys, use a single login key pair for multiple hosts, retrieve key fingerprints and more in this tutorial. . Logging into remote systems with SSH implementations is secure by default -- but those connections are secured only in that they use the TLS protocol to encrypt network protocol exchanges. SSH can be made even more secure by using it to authenticate communicating hosts through the exchange of public keys -- keys that are created using the ssh-keygen command. This tutorial shows how to use the ssh-keygen command to create a new public key and how to use that key to do the following: upload the public key to a remote server to enable automated and authenticated logins; use the same public key on multiple remote servers; and use multiple public keys for different functions on the same server. . Boost the safety of SSH by mastering the creation, handling, and application of key pairs for secure remote access.. SSH Key Generation, Key Management, Secure Remote Access, Public Key Authentication, SSH Security. . Brittany Day
This page collects into one place the essential steps needed to generate a private/public key pair and use ssh to connect to remote hosts without having to enter your password or passphrase more than once per boot of your trusted workstation.. The link for this article located at Using ssh with public key authentication, AgentForward, and keychain. is no longer available. . The link for this article located at Using ssh with public key authentication, AgentForward, and key. collects, place, essential, steps, needed, generate, private/public. . Anthony Pell
This document is a great overview of cryptography, including public and private key encryption, digital signatures, certificates, etc.. . Cryptography secures communication and data from unauthorized access through encryption and decryption, ensuring confidentiality, integrity, and authenticity for transactions. Cryptography Overview, Public Key Encryption, Digital Signatures Guide, Private Key Security, Encryption Essentials. . Anthony Pell
Get the latest Linux and open source security news straight to your inbox.