Forum Discussion
Former Member
3 years agorsync invoked by macOS Shortcut automation doesn't prompt SSH biometrics
Scenario
I've got a simple workflow where I'm running rsync to a seedbox periodically. The SSH key is being managed by 1Password. Running rsync directly works like a charm.
I'm yak shaving ...
Former Member
2 years agoPretty much what I expected.
INFO 2023-07-20T19:25:24.037 tokio-runtime-worker(ThreadId(2)) [1P:ssh/op-ssh-agent/src/lib.rs:553] Notifying user through tray icon that they have a background prompt waiting
INFO 2023-07-20T19:26:23.116 tokio-runtime-worker(ThreadId(1)) [1P:ssh/op-ssh-agent/src/lib.rs:361] ssh authorization prompt timed out
To me this means that either the macOS tray API has an option for bubbling up that's not being used or the Shortcut sandboxing eats any dynamic prompts.