Tutorials

Yubikey: Store a wireguard private key on your yubikey
Oct 5, 2021

Yubikey: Store a wireguard private key on your yubikey

Wireguard using a PKCS token on hardware.

Ansible: bring powershell output into ansible variables
May 18, 2021

Ansible: bring powershell output into ansible variables

Convert powershell command output to json and consume it in Ansible.

Categories: Development Ansible
Could not chdir to home directory
May 18, 2021

Could not chdir to home directory

I was at a customer's site the other day, and ran into an issue that I could not really understand.

Categories: Development Linux
SSH: Bring Your Keys With You
May 18, 2021

SSH: Bring Your Keys With You

Switch to another user in an ssh session, but keep your ssh-agent.

Categories: Development SSH
Ansible: why did my remote script not start my service?
Apr 29, 2021

Ansible: why did my remote script not start my service?

Using nohup in remote scripts when starting services per Ansible.

Categories: Development Ansible
OSX: clean up OSX SSH keyring
Apr 19, 2021

OSX: clean up OSX SSH keyring

Fixing SSH too many authentication failures.

Categories: Development OSX SSH