maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.16k stars 157 forks source link

How to allow for exceptions? #458

Closed ph00lt0 closed 1 year ago

ph00lt0 commented 1 year ago

I have a few tunnels which do not use certificates (IKR problematic, but not managed by myself). They cannot be access when a cert is provided with the * host you use. Manually setting the dir for all other hosts also doesn't seem to do the trick and results in your app throwing this error:

Load key "/Users/ph00lt0/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh": Operation not supported on socket

So I am unsure what to do here

ph00lt0 commented 1 year ago

sorry nevermind i made a mistake, should be using IdentityAgent instead of file. PEBCAK