Would it be possible to add ssh-key support? like persay, have the user upload a ssh-key to their profile and it uses that for pushing/pulling over ssh?
steps i think it should do
USER:
--->GenSSHkey
--->Auth said key with their git service
--->Upload key to Codiad server, which then is encrypted, with the encryption key being their user password
--->manually have user activate a specific uploaded key per each repo, incase two repo's dont share the same authorized key
SERVER:
--->Have git installed
CODEGIT:
--->When user push/pull, push/pull over ssh if user specifies to use SSH
Would it be possible to add ssh-key support? like persay, have the user upload a ssh-key to their profile and it uses that for pushing/pulling over ssh?
steps i think it should do
USER:
--->GenSSHkey
--->Auth said key with their git service
--->Upload key to Codiad server, which then is encrypted, with the encryption key being their user password
--->manually have user activate a specific uploaded key per each repo, incase two repo's dont share the same authorized key
SERVER:
--->Have git installed
CODEGIT:
--->When user push/pull, push/pull over ssh if user specifies to use SSH