29 août 202229 août 2022⌙ Coding How to create SSH Key GitHub ? HajerEducation SSH Key Github$ ssh-keygen -t ed25519 -C "your_email@example.com"$ cd .ssh$ ls$cat id _rsa_pub$ssh -T git@github.comyeshttps://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agenthttps://docs.github.com/en/github-ae@latest/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection