Add support for importing from ssh urls
Created by: fastest963
I wanted to import a private github repo into gitlab and couldn't because neither https or git support ssh keys. I edited app/models/project.rb to allow ssh urls then imported: ssh://[email protected]/githubuser/repo.git
and everything worked fine. Is there a specific reason that ssh protocol isn't supported?