# create the public and private key, optional passphrase ssh-keygen -t ed25519 -C "name@email.com" # start the ssh agent exec ssh-agent bash # add the key ssh-add /home/viktor/.ssh/id_ed25519 # verify it was registered ssh-add -l
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter