From 697012c5ff567a7de76229ebb5ac4ea0e7ae2cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 27 May 2021 17:00:22 -0500 Subject: [bootstrap.sh]: update algorithm key --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') 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 \ -- cgit v1.2.3