GHC 2018-12-27

3 comments.

, https://git.io/fhkDW in tbodt/ish
Makes sense. Unfortunately I have zero iOS development experience...

, https://git.io/fhk1W in tbodt/ish
Oh, that explains it. Any plan to support Unix domain sockets? Of the top of my head, gpg-agent, emacsclient, etc. could benefit too.

, https://git.io/fhkeS in tbodt/ish
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
```