From 528eb4ae570302261e3bac87bf95eeb726327058 Mon Sep 17 00:00:00 2001 From: Punamchand Chavhan <68032948+chavhanpunamchand@users.noreply.github.com> Date: Mon, 4 Jan 2021 15:30:17 +0530 Subject: [PATCH] SSH key generation command harry bhai it is my first pull request learn from your tutorial thank you --- SSH key gen command | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SSH key gen command diff --git a/SSH key gen command b/SSH key gen command new file mode 100644 index 0000000..029f9dc --- /dev/null +++ b/SSH key gen command @@ -0,0 +1,14 @@ +ssh key generating command for windows + +1. $ ssh-keygen -t ed25519 -C "your_email@example.com" #by default key add in user/.ssh folder + +2. eval `ssh-agent -s` # evalute ssh key + +3.ssh-add ~/.ssh/id_ed25519 #change the file name + +4. copy ssh key and add in github account + + + + +