Skip to content

MacOS : Sequoia 15.2 / Apple M1 / Multipass 1.15.0+mac : Unable shell/exec/SSH into any VM as normal user. Works fine for ROOT user #650

MacOS : Sequoia 15.2 / Apple M1 / Multipass 1.15.0+mac : Unable shell/exec/SSH into any VM as normal user. Works fine for ROOT user

MacOS : Sequoia 15.2 / Apple M1 / Multipass 1.15.0+mac : Unable shell/exec/SSH into any VM as normal user. Works fine for ROOT user #650

Workflow file for this run

# By defaults, only bugs tagged with "jira" will be imported by this automation.
name: Sync GitHub issues to Jira
on: [issues, issue_comment]
jobs:
sync-issues:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: canonical/sync-issues-github-jira@v1
with:
webhook-url: ${{ secrets.JIRA_WEBHOOK_URL }}