Vaultssh: A small CLI wrapper for authenticating with SSH keys from Vault

Project URL: https://github.com/jmgilman/vaultssh

I wrote a small CLI utility that users of Vault might find useful. I use an SSH CA in Vault to manage access to all the VM’s in my cluster and wanted to ease the burden of authenticating to Vault, signing a key, and then SSH’ing into a machine. This tool combines all three steps together and generally tries to stay out of your way to improve productivity.

Feedback is welcome!