How To Generate SSH Key on Ubuntu and Mac
To generate ssh key on your Ubuntu and Mac :
– On your terminal run this command :
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Then follow the wizard
To generate ssh key on your Ubuntu and Mac :
– On your terminal run this command :
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Then follow the wizard