Generating a public key: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with " ssh-keygen -t ed25519 -C ''email''")
 
No edit summary
 
Line 1: Line 1:
  ssh-keygen -t ed25519 -C ''email''
  ssh-keygen -t ''algorithm'' -C ''email''
 
example
 
ssh-keygen -t ed25519 -C me@me.com

Latest revision as of 18:17, 28 March 2025

ssh-keygen -t algorithm -C email

example

ssh-keygen -t ed25519 -C me@me.com