docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Issue with ed_25519 type SSH key for github

Open MaheshBharadwaj opened this issue 2 years ago • 0 comments

Description The compose.yaml mounts ~/.ssh/id_rsa by default. Github recommends using ed25519 key here and as a result the line should read ~/.ssh/id_ed25519

Steps To Reproduce Use id_ed25519 in local and run the commands as is. It should fail with SSH error.

Expected Result

Actual Result

MaheshBharadwaj avatar Jul 04 '23 05:07 MaheshBharadwaj