-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] Fix config error detection on same project branch https://review.opendev.org/c/zuul/zuul/+/812049 | 00:25 | |
@mordred:inaugust.com | mhu: oh nice! that gantt chart view is super cool | 14:10 |
---|---|---|
@mordred:inaugust.com | mhu: yeah - I agree, that deserves a release note. | 14:11 |
@vlotorev:matrix.org | Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:32 |
On the running executor I executed `ssh-keyscan -t rsa callisto.elvees.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Does executor treats standard SSH /etc/ssh/ssh_known_hosts file? | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:32 |
On the running executor I executed `ssh-keyscan -t rsa callisto.elvees.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Does executor treats standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:32 |
On the running executor I executed `ssh-keyscan -t rsa <myserver>.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Does executor treats standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:33 |
On the running executor I executed `ssh-keyscan -t rsa myserver.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Does executor treats standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:36 |
On the running executor I executed `ssh-keyscan -t rsa myserver.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Do commands that are run by executor have access to standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:44 |
On the running executor I executed `ssh-keyscan -t rsa myserver.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Do commands that are run by executor have access to standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
My Ansible command is like command: `rsync -e "ssh -p 22" -avh --delete {{ zuul.executor.work_root }}/<path> <remoteuser>@myserver` | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:45 |
On the running executor I executed `ssh-keyscan -t rsa myserver.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Do commands that are run by executor have access to standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
My Ansible task command is: `rsync -e "ssh -p 22" -avh --delete {{ zuul.executor.work_root }}/<path> <remoteuser>@myserver` | ||
@vlotorev:matrix.org | * Hi, I have post job that rsyncs data to another server. This job is only executed on executor. Project's SSH public key is registered on that server. The job fails with `Host key verification failed.` error. | 21:46 |
On the running executor I executed `ssh-keyscan -t rsa myserver.com >> /etc/ssh/ssh_known_hosts` and rerun the job. But the error persists. | ||
Do commands that are run by executor have access to standard SSH `/etc/ssh/ssh_known_hosts` file? | ||
My Ansible task command is: `rsync -e "ssh -p 22" -avh --delete {{ zuul.executor.work_root }}/path remoteuser@myserver`. | ||
@vlotorev:matrix.org | ok, it seems Zuul indeed restricts places which are read for host keys: https://zuul-ci.org/docs/zuul/reference/developer/ansible.html#zuul.ansible.base.action.normal.ActionModule.handle_known_hosts | 22:03 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!