Posts

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
WSUS: brute force patching
Feb 25, 2021

WSUS: brute force patching

Make a Windows server forget about patches from the internet.

Categories: WSUS Ansible Windows
Temporarily turn off URI parsing in Powershell
Dec 2, 2019

Temporarily turn off URI parsing in Powershell

Powershell\s invoke-restmethod did not work as intended. Some REST calls worked, but some didn't. It took me quite some time to figure out what was going on...