Mahesh Bharadwaj K
Results
1
issues of
Mahesh Bharadwaj K
**Description** The compose.yaml mounts ~/.ssh/id_rsa by default. Github recommends using ed25519 key [here](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) and as a result the line should read ~/.ssh/id_ed25519 **Steps To Reproduce** Use id_ed25519 in local and...