denimgroup / threadfix

ThreadFix is a software vulnerability management platform. This GitHub site is far out of date. Please go to www.threadfix.it for up-to-date information.
339 stars 127 forks source link

Support Git SSH authentication #1780

Open adetlefsen-rms opened 7 years ago

adetlefsen-rms commented 7 years ago

Our company's GitHub accounts require 2 factor authentication. This causes ThreadFix's username/password based authentication to always fail.

Instead I would like the option to connect using an SSH key. In general this seems to be the preferred way for applications (as opposed to humans) to interact with GitHub. Is there any way to do this already?