Bug 1311731

Summary: Business Central Does Not Support Modern SSH HostKeyAlogrithms
Product: [Retired] JBoss BPMS Platform 6 Reporter: Justin Holmes <jholmes>
Component: Business CentralAssignee: Alexandre Porcelli <porcelli>
Status: CLOSED DUPLICATE QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-02 13:11:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Justin Holmes 2016-02-24 20:46:46 UTC
Description of problem:
When trying to use ssh as the protocol to interact with Business Central git repositories on a host with a openssh 7+, Business Central does not provide a compatible HostKeyAlgorithm out of the box, as it only supports ssh-dss which is deprecated in openssh 7+. This forces the user edit their ssh config, and is a nasty paper cut bug.

http://www.openssh.com/legacy.html

Version-Release number of selected component (if applicable):
BPMS 6.x

How reproducible:
100%

Steps to Reproduce:
1. Create a repo in Business Central
2. Clone repo using ssh syntax on a host with openssh 7 (e.g. Fedora 23)
3.

Actual results:
Error message. To fix, one must edit there ssh config. http://www.openssh.com/legacy.html

Expected results:
Repo clones to host.


Additional info:

Comment 2 Alexandre Porcelli 2016-03-02 13:11:42 UTC

*** This bug has been marked as a duplicate of bug 1294690 ***