Interested in using hardware security keys to log into online services more securely? Well, now you can make your own from scratch, thanks to an open-source project that Google announced last week. . Google has released an open-source implementation called OpenSK . It’s a piece of firmware that you can install on a USB dongle of your own, turning it into a usable FIDO or U2F key. FIDO is a standard for secure online access via a browser that goes beyond passwords. There are three modern flavours of it: Universal Second Factor (U2F), Universal Authentication Factor (UAF), and FIDO2. UAF handles biometric authentication, while U2F lets people authenticate themselves using hardware keys that you can plug into a USB port or tap on a reader. That works as an extra layer on top of your regular password. The link for this article located at Naked Security is no longer available. . Explore GitHub's latest initiative ProjectSecure, which offers robust online security through adaptable hardware authentication tokens.. OpenSK, Google Project, Custom Security Keys, FIDO Authentication. . LinuxSecurity.com Team
We've covered SSH before in CLI Magic, but this week let's look at some additional SSH features that new users might not be aware of. For the purpose of this article, we'll be looking specifically at OpenSSH, but many of these features apply to other SSH variants as well. SSH is the best way to establish a secure connection to a remote networked machine. Whether you want to transfer files, encrypt traffic, or just log in to a remote machine, SSH is the way to go. . Let's start with one of the basics. If you log into a remote machine frequently, you might be tired of typing your password over and over again. You can set up SSH so that you can authenticate without typing a password. First, you'll need to create an authentication key for SSH. This will actually consist of a key pair: a private key and a public key. To create your keys, run the command: ssh-keygen -t dsa The link for this article located at Linux.com is no longer available. . Examine SSH functionalities for streamlined remote access, secure file transfers, and encrypted communications without the hassle of entering passwords repeatedly.. SSH Management, OpenSSH Features, Remote Server Access, Secure File Transfer. . Benjamin D. Thomas
Get the latest Linux and open source security news straight to your inbox.