commit: 4a3400c17103baffb668d6ece482647f2cea8580
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 10:12:40 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 10:12:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4a3400c1
Use ECC key on catbus
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-sparc64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 0c39a845..fc346e21 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -2,7 +2,7 @@
# self-explanatory.
UPLOAD_USER=sparc
-UPLOAD_KEY=/root/.ssh/id_rsa
+UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs/sparc
SPECS="sparc/stage1.spec sparc/stage3.spec sparc/systemd-stage1.spec
sparc/systemd-stage3.spec sparc64/stage1.spec sparc64/stage3.spec
sparc64/systemd-stage1.spec sparc64/systemd-stage3.spec"