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:
*** This bug has been marked as a duplicate of bug 1294690 ***