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
Farhan Ahmed (Farhan41230301394) -
HandsomeTan -
Sarah Thomas -
VΓ’nia Gomes -
Top comments (0)