fix: use user pubkeys
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2022-11-12 14:58:22 -03:00
parent ffab679805
commit 1f91c59c70
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ if ! grep -q "${SSH_ALIAS}" /root/.ssh/config ; then
echo " Port ${SSH_PORT:-22}" >> /root/.ssh/config
echo " HostName ${SSH_SERVER:-${SSH_ALIAS}}" >> /root/.ssh/config
echo " User ${SSH_USER:-root}" >> /root/.ssh/config
echo " IdentityFile ${ORIG}/id_ed25519" >> /root/.ssh/config
fi
ssh -fN ${SSH_ALIAS}