aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-27 17:00:22 -0500
committerJesús <heckyel@hyperbola.info>2021-05-27 17:00:22 -0500
commit697012c5ff567a7de76229ebb5ac4ea0e7ae2cea (patch)
tree43b4a7cf13949632a1ffe1c495ee318694b5f316 /bootstrap.sh
parent27e89c1da86cedfc23cce9c980f04e0afd8d0129 (diff)
downloadgitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.tar.lz
gitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.tar.xz
gitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.zip
[bootstrap.sh]: update algorithm key
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index f9da047..4b3c225 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# change ssh_key, ssh_key_name to reflect your current setup
-SSH_KEY=$(cat ~/.ssh/id_rsa.pub)
+SSH_KEY=$(cat ~/.ssh/id_ed25519.pub)
SSH_KEY_NAME=$(whoami)
sed -i.bak \