1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00
dotfiles/bin/strongbox-ssh-keygen

4 lines
88 B
Bash
Executable File

#!/bin/sh
export SSH_AUTH_SOCK="${HOME}/.ssh/strongbox/agent.sock"
exec ssh-keygen "$@"