- 7.3.0-beta.1
- Retest
- Minor
Pretty niche, I guess, but anyway.
Must have happened somewhere in the v7 release cycle.
The agent is supposed to bind to a unix socket in /root/.ssh/agent, but /root/.ssh links to the /boot/config/ssh/root on the flash and ssh-agent fails with "error: unix_listener_tmp: bind .../agent/...: Operation not permitted".
mount --bind /run/user/0 /root/.ssh/agent fixes it, so I added it to /boot/config/go in the hop it will run at the right time.