diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-27 17:00:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-27 17:00:22 -0500 |
commit | 697012c5ff567a7de76229ebb5ac4ea0e7ae2cea (patch) | |
tree | 43b4a7cf13949632a1ffe1c495ee318694b5f316 | |
parent | 27e89c1da86cedfc23cce9c980f04e0afd8d0129 (diff) | |
download | gitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.tar.lz gitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.tar.xz gitolite-cgit-docker-697012c5ff567a7de76229ebb5ac4ea0e7ae2cea.zip |
[bootstrap.sh]: update algorithm key
-rw-r--r-- | bootstrap.sh | 2 |
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 \ |