ssh-keygen -t rsa -b 4096 -C "awwthentic@gmail.com"
because I named the ssh key a non conventional name, I am required to do the following
eval "$(ssh-agent -s)"
ssh-add /root/.ssh/id_new
cat ~/.ssh/id_wow.pub
ssh-keygen -t rsa -b 4096 -C "awwthentic@gmail.com"
because I named the ssh key a non conventional name, I am required to do the following
eval "$(ssh-agent -s)"
ssh-add /root/.ssh/id_new
cat ~/.ssh/id_wow.pub