Set up SSH Key Pairs Using RSA
Run the ssh command that sets up the key pair:
% ssh-keygen -t rsa
The generated files will be named id_rsa
and id_rsa.pub
, instead of id_dsa
and id_dsa.pub
.
Otherwise, the remaining steps are identical to those beginning with step 2 in the steps above.