docker-magento
docker-magento copied to clipboard
Issue with ed_25519 type SSH key for github
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