Tuesday, August 4, 2015

Nice way to copy the SSH Key using Alias in MAC

Here you can do it in easy way. Just run this following command from the terminal and you are good to go



cat ~/.ssh/id_rsa.pub | pbcopy && echo 'Copied to clipboard'


No comments:

Post a Comment