Today I Learned

2022/06/07

1password ssh make shell

That 1Password has a separate SSH key type! https://developer.1password.com/docs/ssh/manage-keys/

Also, that make has a MAKEFLAGS variable that can be used in recursive calls to make: see https://earthly.dev/blog/make-flags/. This also means you can set -r, which eliminates default rules and file actions.