Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 213 Bytes

ssh-keygen.md

File metadata and controls

13 lines (9 loc) · 213 Bytes

SSH Key Generation

Run the following command, and then specify a name for your SSH key.

ssh-keygen -t ed25519 -C "[email protected]"

Then, to copy your public key,

pbcopy < your-key.pub