commit:     c98c9ff401810314c2d0732b1c75098a51e01266
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 19:24:37 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 19:25:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=c98c9ff4

tools: Use new ssh key

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 tools/catalyst-auto-arm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 85ff48e4..3a54dfa7 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -56,7 +56,7 @@ update_symlinks() {
 upload() {
     if [[ ${nonetwork} == 0 ]]; then
        echo Uploading "$@"
-       rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
[email protected]:
+       rsync -e 'ssh -i /root/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null 
-o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
[email protected]:
     else
        echo Would now upload "$@"
        ls -l $@

Reply via email to