We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066f1f commit 3ffaf43Copy full SHA for 3ffaf43
1 file changed
.tasks/tools.yml
@@ -6,7 +6,7 @@ tasks:
6
cmds:
7
- |
8
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
+ printf 'y\n' | ssh-keygen -t ed25519 -C "{{.SSH_EMAIL}}" -N "" -f artifacts/testkey && chmod 0700 artifacts/testkey
10
else
11
echo "artifacts/testkey already exists. Skipping key generation."
12
fi
0 commit comments