BUGFIX: wrong switch for ssh-add

This commit is contained in:
Pandu POLUAN 2017-12-28 11:53:25 +07:00
commit d77fe6bc76

View file

@ -23,7 +23,7 @@ fi
alias yubi-init="pkill ssh-agent; pkill gpg-agent; ssh-agent -s > $_sshpath; source $_sshpath"
alias yubi-insert="ssh-add -s $OPENSC"
alias yubi-eject="ssh-add -d $OPENSC"
alias yubi-eject="ssh-add -e $OPENSC"
if [[ -r $_sshpath ]]; then
echo "Common SSH Agent detected."