Google’s Advanced Protection Program is a joke

Today, I wanted to sign in to one of my old Google accounts. And like all my Google accounts, this one also uses Google's Advanced Protection Program. If you don't know, Google's Advanced Protection Program is a thing you can enable for your Google account which enforces the use of [...]

By |2021-09-10T16:38:46+02:00September 10th, 2021|Sharing|1 Comment

Git SSH with YubiKey on Windows

Assuming you set up PGP (GPG) on your YubiKey, all you need to do is: Install Gpg4win from here.Install PuTTY from here.Tell git to use it (CMD): git config --global core.sshcommand "plink -agent" 4. Edit or create %appdata%\gnupg\gpg-agent.conf with the following contents: enable-putty-support enable-ssh-support use-standard-socket default-cache-ttl 600 max-cache-ttl 7200 5. [...]

By |2021-09-09T08:44:29+02:00September 9th, 2021|Guide, Tech Support|0 Comments
Go to Top