How To Find My Ssh Public Key?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open your Terminal application by pressing Command+Space and typing Terminal.
2. Run the following command: cat ~/.ssh/id_rsa.pub
3. Your SSH public key will be printed out in the Terminal window. Copy the key and paste it into the appropriate field in your remote server’s SSH configuration.