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 -a 100 -t ed25519 -f ~/.ssh/id_ed25519test -C "$USER@${HOSTNAME:-$(hostname)}"
RSA
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "user@host"
~~DISCUSSION~~
pages/howtos/ssh/generate-ssh-key.1683568187.txt.gz · Last modified: 2023/05/08 17:49 by mischerh