Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sat, 30 Jan 2021 19:26:08
Message-Id: 1612034736.c98c9ff401810314c2d0732b1c75098a51e01266.mattst88@gentoo
1 commit: c98c9ff401810314c2d0732b1c75098a51e01266
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 19:24:37 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 19:25:36 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c98c9ff4
7
8 tools: Use new ssh key
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-arm.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
16 index 85ff48e4..3a54dfa7 100644
17 --- a/tools/catalyst-auto-arm.conf
18 +++ b/tools/catalyst-auto-arm.conf
19 @@ -56,7 +56,7 @@ update_symlinks() {
20 upload() {
21 if [[ ${nonetwork} == 0 ]]; then
22 echo Uploading "$@"
23 - rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" arm@××××××××××××××××××××××.org:
24 + rsync -e 'ssh -i /root/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" arm@××××××××××××××××××××××.org:
25 else
26 echo Would now upload "$@"
27 ls -l $@