From 3e2ab50eaee1813e9fcdac65adfa143ba05cc2e8 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 10 May 2022 18:27:53 -0400 Subject: [PATCH] drone ci ssh test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0c1b0bb..caa9ebb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,7 +54,7 @@ steps: #- touch ~/.ssh/id_rsync_ed25519.pub - ssh-keygen -t ed25519 -f ~/.ssh/id_rsync_ed25519 -N '' - cat ~/.ssh/id_rsa - - chmod 600 ~/.ssh/id_rsa + - chmod 600 ~/.ssh/id_rsync_ed25519 - eval `ssh-agent -s` - sshpass -vp $SERVER_PASS ssh-copy-id -i /root/.ssh/id_rsync_ed25519.pub odinzu@45.33.119.101 #- touch ~/password.txt