fix: use user pubkeys
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ffab679805
commit
1f91c59c70
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ if ! grep -q "${SSH_ALIAS}" /root/.ssh/config ; then
|
||||||
echo " Port ${SSH_PORT:-22}" >> /root/.ssh/config
|
echo " Port ${SSH_PORT:-22}" >> /root/.ssh/config
|
||||||
echo " HostName ${SSH_SERVER:-${SSH_ALIAS}}" >> /root/.ssh/config
|
echo " HostName ${SSH_SERVER:-${SSH_ALIAS}}" >> /root/.ssh/config
|
||||||
echo " User ${SSH_USER:-root}" >> /root/.ssh/config
|
echo " User ${SSH_USER:-root}" >> /root/.ssh/config
|
||||||
echo " IdentityFile ${ORIG}/id_ed25519" >> /root/.ssh/config
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ssh -fN ${SSH_ALIAS}
|
ssh -fN ${SSH_ALIAS}
|
||||||
|
|
Loading…
Reference in a new issue