Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User per-guest SSH master sockets to prevent re-use (#3127)
It seems that under some conditions, using same socket path for SSH master processes may lead to SSH commands to operate over incorrect and unexpected guest without noticing. Using per-guest paths should prevent such a race condition. The problem was revealed by `/tests/prepare/multihost` test constantly and reliably failing in Github CI, as all `prepare` phases were connecting to the very same guest.
- Loading branch information