If you're using windows, the command is:
type %userprofile%\.ssh\id_rsa.pub
_x000D_
it should print the key (if you have one). You should copy the entire result. If none is present, then do:
ssh-keygen -t rsa -C "[email protected]" -b 4096
_x000D_