Should we duplicate the sshkey when we use SSH_BIND_OPTIONS_IMPORT_KEY?
if we do not , when we free the bind ,the key which is not generate by this function will be freeed,if the key is used by other place it may causes some Unexpected problems
thanks