ssh config

Open
#280 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
50/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
docker, shell
Domain
build-system

Research direction

Inspect /etc/ssh/ssh_config.d/05-redhat.conf and the pre-assembly step that prepares the image. Reproduce a private-repository clone during the build and verify it no longer fails with the SSH ownership or permissions error.

Written by the indexing model from the issue text.

Description

there is some misconfiguration on ssh, that prevents to clone from private repo, when trying to clone build fails with message

Cloning into 'amqp-library-php'...
Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

/etc/ssh/ssh_config.d/05-redhat.conf have root:root ownership, if you just remove it on pre-assembly step, everything will work fine

Dominant language
Shell
Stars
114
Forks
326
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sclorg/s2i-php-container

All issues in sclorg/s2i-php-container

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.