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"
~~DISCUSSION~~
pages/howtos/ssh/generate-ssh-key.1639092552.txt.gz · Last modified: 2021/12/09 23:29 by rokkitlawnchair