(defn has-identity? "Check if the given identity is present." ([name] (has-identity? *ssh-agent* name)) ([#^JSch agent name] (some #(= name %) (.getIdentityNames agent))))
Comments top
No comments for has-identity?. Log in to add a comment.