Makes sense. Unfortunately I have zero iOS development experience...
Oh, that explains it. Any plan to support Unix domain sockets? Of the top of my head, gpg-agent, emacsclient, etc. could benefit too.
ssh-agent needs UNIX domain sockets
===================================
```
# ssh-agent
unix_listener: cannot bind to path /tmp/ssh-66GGxWn5a3Ib/agent.4: No such file or directory
```
This is the root account, so there shouldn’t be permission problems.
Binding to somewhere in the home directory doesn’t help either:
```
# ssh-agent -a ~/.agent.$$
unix_listener: cannot bind to path /root/.agent.3: No such file or directory
```