Bug Fixes
- Add SSH port setting to settings page — Docker setups that map SSH to a non-standard external port (e.g. 2222) had no way to configure this, causing all agent SSH connections to fail with "Permission denied." The SSH port field was hardcoded to 22 with no UI to change it. Now editable in Settings > Server Host section.
New Features
- FreeBSD agent support — The agent installer now supports FreeBSD via
pkg, with anrc.dservice script. Tested on FreeBSD 15.0-RELEASE.