Files
termux-packages/packages/openssh
termux-pacman-bot 0b473ba4ac fix(main/openssh): rm ssh-agent socket file in service script
ssh-agent fails to run if the termux is force-stopped or the device is
rebooted, with error:

    unix_listener: cannot bind to path $PREFIX/var/run/ssh-agent.socket: Address already in use

Workaround it by removing the socket file before starting ssh-agent.
2025-07-30 14:07:19 +00:00
..