Related to this question about SSH public key for using multiple Github accounts, I'm a bit afraid that the SSH public key I registered in Github might be the one I mispasted. The format of the text I pasted in the SSH public key form is like this:
ssh-rsa [Many characters 1]/[Many characters 2]/[Many characters 3]/[Many Characters 4]/[Many characters 5] myUsername@DESKTOP-XXXXXXX
I'm afraid that the text above holds the directory name of my computer myUsername@DESKTOP-XXXXXXX
at the end. Is it correct format of SSH public key?
I know nothing about SSH but I just felt a bit weird that the security key has the directory name of the user's computer at the end.
I'm guessing I have to trim the directory name after [Many characters 5]
.