add comment on default ssh key

This commit is contained in:
2025-10-04 20:44:05 +02:00
parent 675c4a2da5
commit c5eb28ea04

View File

@@ -30,10 +30,10 @@ sudo pacman -S --noconfirm xclip
sudo pacman -S --noconfirm lazygit sudo pacman -S --noconfirm lazygit
# ssh key # ssh key
if [ -f "~/.ssh/id_ed25519" ] ; then if [ -f "~/.ssh/id_ed25519" ]; then
echo "ed25519 ssh key exists already" echo "ed25519 ssh key exists already"
else else
ssh-keygen -t ed25519 -b 4096 -f ~/.ssh/id_ed25519 -N "" <<< n ssh-keygen -t ed25519 -b 4096 -f ~/.ssh/id_ed25519 -N "" -C "default" <<<n
fi fi
# unzip # unzip