add ssh support

This commit is contained in:
eric sciple 2020-02-15 01:43:52 -05:00
parent 80602fafba
commit d10a14ef35
10 changed files with 837 additions and 58 deletions

View file

@ -10,5 +10,8 @@ export interface IGitSourceSettings {
submodules: boolean
nestedSubmodules: boolean
authToken: string
sshKey: string
sshKnownHosts: string
sshStrict: boolean
persistCredentials: boolean
}