I am running the Drools docker image following the run command that is in the docs.
docker run -p 8080:8080 -p 8001:8001 -d --name drools-workbench jboss/drools-workbench-showcase:latest
I setup SSH to accept +ssh-dss connections. This is my ~/.ssh/config file
host localhost
HostKeyAlgorithms=+ssh-dss
But when I try to clone from workbench I am getting the following error. I have the same problem on 7.7.0 and 7.6.0. Things work find is I dropped all the way down to 7.2.0.
tony:~/dev/drools/sigh]$ git clone ssh://admin@localhost:8001/test/rawr
Cloning into 'rawr'...
Connection closed by ::1 port 8001
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The server.log file has this in it every time I try to connect:
2018-04-09 18:53:28,322 WARN [org.apache.sshd.server.session.ServerSessionImpl] (sshd-SshServer[7aa7584e]-nio2-thread-1) exceptionCaught(ServerSessionImpl[null@/172.17.0.1:36554])[state=Opened] InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
I am at my wits end. here. I am not sure what is going any more. Any help would be great and appreciated.