Im searching to find out what if any support is built into the Apache Mina
SSHD package
that is used by the Eclipse JGiT plugin.    I cloned a copy of the source
and began looking
through it.   I kow its possible from the command line with SSH to attach
PKCS11 Shared Object
to authenticate to GiT Servers.   However, I do not see any instances in
the code to accomplish
the same.
For example on  the command line in BASH SHELL;

eval ${ssh-agent -P ["YOUR PKCS11.so DIRECTORY"]

ssh-add -s ["FQDN YOUR PKCS11.so"]

ssh-add -l

export GIT_SSH="/usr/bin/ssh"

Reply via email to