September 13, 2021
Setting up pre-existing ssh key in Mac
-
cd ~
mkdir .ssh; chmod 700 ~/.ssh
- Copy your keys as
id_rsa.pub
andid_rsa
(or add them to existing files) chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub
Let's make the world a better place using digital technologies!
September 13, 2021
cd ~
mkdir .ssh; chmod 700 ~/.ssh
id_rsa.pub
and id_rsa
(or add them to existing files)chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub