Disable notarization checks for SSH sessions
1
vote
0
answers
209
views
With macOS 10.15 and later, before an executable runs for the first time, macOS will query an Apple server. This can be a significant hindrance with some development tasks: I'm dealing with a test suite that runs 500+ executables, and this security feature slows this down from seconds to minutes. This issue is discussed here along with a solution:
- https://sigpipe.macromates.com/2020/macos-catalina-slow-by-design/
Add Terminal.app to the "Developer Tools" category of the Security & Privacy section of System Preferences. This works fine when using any graphical terminal app. But **how can I disable this notarization check for SSH sessions** when connecting to a macOS machine remotely?
Asked by Szabolcs
(2709 rep)
Sep 27, 2022, 04:42 PM