В течение последних двух дней я планирую интегрировать Bitbucket CI / CD в мой проект.но каждый раз я получаю сообщение об ошибке.
Как мы можем предоставить доступ к нашему удаленному серверу с учетными данными SSH без пароля в bitbucket?
Я получил что-то подобное, когда пытался настроитьконфигурация сервера:
<1s
+ composer install
Do not run Composer as root/superuser! See https://getcomposer.org/root for details
Composer could not find a composer.json file in /opt/atlassian/pipelines/agent/build
To initialize a project, please create a composer.json file as des
ssh -A -tt -i /root/.ssh/pipelines_id -o StrictHostKeyChecking=no -p 22 root@demo.domain.in Echo 352c4adf-f770-49c1-afb2-debccaddbd7b
Warning: Permanently added the ED25519 host key for IP address '1.1.1.1.1' to the list of known hosts.
Permission denied, please try again.
Permission denied, please try again.
root@demo.domain.in: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
✖ Execution failed.