Navigate to your SSH directory
cd ~/.ssh
List the RSA public key files:
ls -l *.pub
View the Contents of Your RSA Public Key
cat id_rsa.pubTo generate a new SSH RSA key pair, you can use the following command
ssh-keygen -t rsa -b 4096
Thank you. marearts.com
🙇🏻♂️
No comments:
Post a Comment