Sometimes we want to share our Yubikey temporarily with other people. Passing the key to someone face-to-face and returning it later can be time-consuming. In this article, we will learn how to share it with other people without physical access. This method can also pass through your Yubikey to another VM/VPS with GUI for…
Category: Yubikey
How to remote your Ubuntu 22.04 VM/VPS using Yubikey (Passwordless SSH login)
Passwordless SSH login is becoming increasingly popular among software developers and IT professionals. With this authentication method, users can log into a remote server without entering a password every time. In the previous article, we created an ed25519-sk ssh key pair on Windows 10. This article will teach you how to achieve passwordless SSH…
How to create SSH key (ed25519-sk) with your Yubikey on windows 10
OpenSSH added support for Ed25519-sk on version 8.2. It implies we can create our own SSH key pair using our Yubikey. With the help of Yubikey, we can remote into another device via SSH without remembering any passwords (passwordless authentication). This article will teach us how to generate a public/private key pair (ed25519-sk) with…