Forward a UNIX Socket

2019-05-02 Thread Sergey Ponomarev
Hi, I need to forward a unix socket (/var/run/ubus) from my router with OpenWrt to my laptop with Ubuntu. It looks like dropbear doesn't supports this and I wondered why because it looks like not a big change. Is any problems to implement this? Do you have any plans for this? Regards, Sergey

Re: Forward a UNIX Socket

2019-05-02 Thread Matt Johnston
Hi Sergey, Dropbear doesn't support it - it would be fine to add, it just didn't exist in OpenSSH when I implemented the other Dropbear forwarding. I might add it in future though no guarantees - patches gladly accepted! The SSH agent fowarding code is probably very similar already. Cheers,