generating an ssh key
-
generating
$ ssh-keygen -t rsa -C "hqlgree2@gmail.com" -
show your public key
$ cat ~/.ssh/id_rsa.pub
copy the complete key
-
windows
> clip < id_rsa.pub -
linux
$ xclip -sel clip < id_rsa.pub -
mac
$ pbcopy < id_rsa.pub