Git clone over ssh in BPMS on Tomcat
Issue
- We are trying to clone the git repository using ssh from
business-centralin Tomcat. But it fails with authentication error. Do we need any additional setting in this case? The same works when we run BPMS on EAP. - When I try to clone a customer repository from
BRMS/BPM Suitemanaged repositories, I get user authentication error like this:
$ git clone ssh://testadmin@localhost:8001/repository1
Cloning into 'repository'...
Password authentication
Password:
Password authentication
Password:
Password authentication
Password:
testadmin@localhost's password:
Permission denied, please try again.
testadmin@localhost's password:
Permission denied, please try again.
testadmin@localhost's password:
Permission denied (password,keyboard-interactive).
fatal: The remote end hung up unexpectedly
Environment
- Red Hat JBoss BPM Suite (BPMS)
- 6.0.x
- Red Hat JBoss BRMS
- 6.0.x
- Red Hat JBoss Web Server
- 2.0
- Apache Tomcat
- 7.0.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.