mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-05 16:43:22 +00:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
export SSH_AUTH_SOCK="${HOME}/.ssh/strongbox/agent.sock"
|
|
exec ssh-keygen "$@"
|