9 lines
329 B
Bash
Executable file
9 lines
329 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ARGS="-q --eval --systemd --agents ssh --nocolor --ignore-missing --quick git id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"
|
|
#SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
|
|
#export SSH_ASKPASS
|
|
eval $(keychain ${ARGS} )
|
|
. ~/.keychain/"${HOSTNAME_SHORT}"-sh
|
|
|
|
ssh-add -l | grep -q ED25519 || ssh-add
|