Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 434 Bytes

SSH-SETUP.md

File metadata and controls

19 lines (14 loc) · 434 Bytes

how to setup ssh key in your Machine

ssh-keygen -t ed25519 -C "your email"

Set the password and it will create .ssh file in home dir, your private and public key is saved in .shh

eval "$(ssh-agent -s)"

ssh-add ~/.ssh/id_ed25519
# it will add ssh agent 

add your public SSH key to GitHub Now you are good to go! Clone any repo vai ssh and push your code

Warning

Do not Share your private key