pages:howtos:ssh:generate-ssh-key
This is an old revision of the document!
Table of Contents
Generate SSH Key
How to create a 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"
pages/howtos/ssh/generate-ssh-key.1612987288.txt.gz · Last modified: 2021/02/10 20:01 by mischerh