Hello there!
I have machine, inside machine I’m running docker container which is clonning another repository. In this container I have
~/.ssh/config file which is pointing to github.pem key, all permissions are OK, but still receiving (Permission denied). I’ve tried the same image in local env and in aws ec2 and everywhere it’s working fine but not in Circle.
What I’ve tried:
- added
add_ssh_keysstep - configured in options: checkout ssh keys
- configured in options: checkout ssh permissions
I’m able to clone this repository in machine scope but not able to do this inside docker in this machine.
Please any advice?