Releases: mettke/ssh-key-authority
Releases · mettke/ssh-key-authority
Version 2.1.4
Version 2.1.3
Changelog
- Correct last version as it introduced side effecs.
- JavaScript now also takes the baseurl into account
Version 2.1.2
Changelog
- Updated base url handling for proxy with path configuration
Version 2.1.1
Changelog
Added two new configuration items
- disable_ip_collision_protection
- Allow multiple server with the same ip and port
- allow_different_ports_on_single_ip
- Allow multiple server with the same ip but different ports
Version 2.1.0
Changelog
- Added Support for Encrypted SSH Keys. Does not work with the openssh format!
Version 2.0.6
Changelog
- Updated configuration for new busybox version
- Konfiguration switch required from
timeout_util = BusyBox
totimeout_util = GNU coreutils
Version 2.0.5
Changelog
- Fixed missing class exception
- Fixed phpseclib class inclusion
Version 2.0.4
Changelog
- Corrected Dockerfile to point to the latest tag
- Updated phpseclib to 1.0.16
Version 2.0.3
Changelog
- Fixed synchronization of empty folders
- Removed
Key directory does not exist
warning for legacy sync - Updated
restrict.sh
to reflect new permissions for key files - Changed listen directive for php-fpm to listen to ipv4 and ipv6
Version 2.0.2
Changelog
- Updated NOTICE to include third-party licenses
- Corrected user creation logging
- Fixed permissions for authorized_keys file creation
- Users other than root were not able to log in