This is a short guide on how to copy your ssh key to the clipboard.
Mac
pbcopy < ~/.ssh/id_rsa.pub
Linux (Ubuntu, Debian)
cat ~/.ssh/id_rsa.pub
Windows (Git Bash)
clip < ~/.ssh/id_rsa.pub
This is a short guide on how to copy your ssh key to the clipboard.
Mac
pbcopy < ~/.ssh/id_rsa.pub
Linux (Ubuntu, Debian)
cat ~/.ssh/id_rsa.pub
Windows (Git Bash)
clip < ~/.ssh/id_rsa.pub
For further actions, you may consider blocking this person and/or reporting abuse
Oscar -
Mahak Kaur -
Paweł Ludwiczak -
0x3d Site -
Top comments (0)