User Tools

Site Tools


pages:howtos:ssh:generate-ssh-key

This is an old revision of the document!


Table of Contents

Generate SSH Key

Ed25519

ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "user@host"

RSA

ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "user@host"

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/ssh/generate-ssh-key.1614722577.txt.gz · Last modified: 2021/03/02 22:02 by mischerh