Answers for "how to ssh with private key on mac"

8

ssh key mac

ssh-keygen -t rsa

//copy to clipboard
pbcopy < ~/.ssh/id_rsa.pub
Posted by: Guest on February-13-2021
0

mac os generate public key from private key

ssh-keygen -f ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub
Posted by: Guest on January-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language