Skip to content

Commit 3ffaf43

Browse files
committed
fix: ssh algo
1 parent 9066f1f commit 3ffaf43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tasks/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tasks:
66
cmds:
77
- |
88
if [ ! -f artifacts/testkey ]; then
9-
printf 'y\n' | ssh-keygen -t rsa -b 4096 -C "{{.SSH_EMAIL}}" -N "" -f artifacts/testkey && chmod 0700 artifacts/testkey
9+
printf 'y\n' | ssh-keygen -t ed25519 -C "{{.SSH_EMAIL}}" -N "" -f artifacts/testkey && chmod 0700 artifacts/testkey
1010
else
1111
echo "artifacts/testkey already exists. Skipping key generation."
1212
fi

0 commit comments

Comments
 (0)