Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to setup SSH/PuTTY to use Yubikey OpenPGP authentication?

I had the same problem with my YubiKey 5 NFC and it seems PuTTY couldn't read the config or pubring files:

  • Changing the home directory for gpg on Windows 10 solved the problem:
    From: %APPDATA%\gnupg\ To: %HOMEPATH%\gnupg\
    • Check the gpg home directory: gpg --version
    • Change the home directory: create environment variable GNUPGHOME within the new home directory

Tags:

Authentication

Ssh

Putty

Openpgp

Yubikey

Related

How does the capacity (kVA) of a UPS affect my power consumption? Do 'dumb' (non-smart, non-managed) switches have an IP address? OpenSSL Convert PEM to PFX using RSA PRIVATE Key Improve SQL developer performance at query builder Git push failing with Fatal: HttpRequestException encountered Share RAM over network What is a Reparse Point, and why is it named so? Count with grouping in Excel Best settings for FFMpeg with NVENC Can an SD-XC card have ≤32 GB and still be standards compliant? Trying "yum -y update" Cannot allocate memory How do I set a default app for an extension that is not listed?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy