Hide Forgot
+++ This bug was initially created as a clone of Bug #1299619 +++ Description of problem: Git supports two styles of URI's for SSH protocol. Business Central fails with "invalid URL format" when using the SCP style for SSH. This problematic because github by default uses the SCP style for SSH and does not seem to support the SSH style URL anymore. Version-Release number of selected component (if applicable): 6.2.0 GA How reproducible: Everytime Steps to Reproduce: 1) Go to the admin tab 2) Click repositories->Clone Repository 3) Fill out the form using any ssh URL protocol provided by the github UI. I used git:sherl0cks/TestKnowledgeRepo.git Actual results: See screenshot. Error with "invalid URL format" Expected results: It clones the repo just like https URLs. Additional info: --- Additional comment from JBoss Product and Program Management on 2016-01-18 14:00:07 EST --- Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release.
See discussion in linked BZ, keys without passphrase can be supported by relaxing the url validation and should work.
Verified manually with 6.2.2 patch (setting org.uberfire.nio.git.ssh.passphrase property & cloning the repo mentioned in the description) and it's working fine.