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
TMPDATE="$( printf '%(%Y%m%d-%H%M%S)T\n' -1 )"; ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519-"${USER}"-"${HOSTNAME:-$(hostname)"-"${TMPDATE}" -C "$USER@${HOSTNAME:-$(hostname)} ${TMPDATE}"
RSA
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -C "$USER@${HOSTNAME:-$(hostname)}"
~~DISCUSSION~~
pages/howtos/ssh/generate-ssh-key.1690781280.txt.gz · Last modified: 2023/07/31 05:28 by mischerh