Jump to content

Hosting a Git Repo on Redbrick: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 51: Line 51:
(the little ascii art bit might not show up on older versions of SSH).
(the little ascii art bit might not show up on older versions of SSH).


This has created two files on your computer - id_ed25519 and id_ed25519.pub. id_25519 is your '''private''' SSH key, and id_ed25519.pub is the corresponding public key. You keep id_ed25519 to yourself, and you can give id_ed25519.pub to admins to allow you to access a repository. You can also upload it to a remote server (like redbrick) and put it in a specific location to allow you passwordless logins, which you can learn how to do at [[SSH-Keys]].
This has created two files on your computer - id_ed25519 and id_ed25519.pub. id_25519 is your '''private''' SSH key, and id_ed25519.pub is the corresponding public key. You keep id_ed25519 to yourself, and you can give id_ed25519.pub to admins to allow you to access a repository. You can also upload it to a remote server (like redbrick) and put it in a specific location to allow you passwordless logins, which you can learn how to do [[SSH-Keys|here]].