Azure DevOps
Establish SSH connection to Azure DevOps pipeline agent
Debugging Azure DevOps CI pipelines remotely can be difficult and time consuming. Sometimes it’s much easier to connect to the pipeline agent, test your workflow manually and then modify azure-pipelines.yml. But unlike some 3rd party Github Actions, Azure DevOps did not have this capability. At least up until today.