create new ssh key in one command
This command will create a new key using a more streamlined approach.
ssh-keygen -t rsa -C "youremail@address.com"
copy
This command will create a new key using a more streamlined approach.
ssh-keygen -t rsa -C "youremail@address.com"
copy