deanishe / deanishe/alfred-ssh
macOS Ventura seems to have broken assh
- Dominant language
- Go
- Stars
- 358
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
My SSH workflow is no longer work since upgrading to macOS Ventura (Intel). I have tried deleting and reinstalling the workflow, clearing Alfreds cache, with no success.
The debugger doesn't give much useful information - it appears the "assh" helper is killed as soon as it is executed. Possibly falling foul of some new System Integrity Protection?
```
[14:39:01.602] Secure SHell[Script Filter] Queuing argument ''
[14:39:01.624] Secure SHell[Script Filter] Script with argv '' finished
[14:39:01.628] ERROR: Secure SHell[Script Filter] Code 137: /Users/daz/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/81D2EFF4-B155-4382-A166-E37561597653: line 2: 17371 Killed: 9 ./assh search "$1"
```
I tried dtrace'ing the executable but didn't get any useful info out of it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the assh helper failure on macOS Ventura with an Intel system and inspect the reported Code 137/Killed: 9 output when the Alfred workflow runs ./assh search. Use the debugger or the dtrace context from the report to locate the compatibility failure. Done means the Alfred SSH workflow launches assh and restores SSH search behavior on Ventura.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, macos
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100