Skip to content

SSH does not work #96

@olevski

Description

@olevski

A user reported this.

Trying to use ssh or git clone with ssh fails:

 workspace ❯ source ▶ $ ▶ git clone git@github.com:SwissDataScienceCenter/renku-data-services.git
Cloning into 'renku-data-services'...
OpenSSL version mismatch. Built against 30000020, you have 30500040
fatal: Could not read from remote repository.

Example image: harbor.renkulab.io/renku-build/renku-build:renku-01k71dt4heexs2wfmt0a6b2np3

To reproduce:

docker run -ti --rm --entrypoint launcher harbor.renkulab.io/renku-build/renku-build:renku-01k71dt4heexs2wfmt0a6b2np3 bash

Then run

git clone git@github.com:SwissDataScienceCenter/renku-data-services.git

If the image is run without the entrypoint set to launcher then ssh works:

docker run -ti --rm --entrypoint bash harbor.renkulab.io/renku-build/renku-build:renku-01k71dt4heexs2wfmt0a6b2np3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions