Skip to content

Releases: mettke/ssh-key-authority

Version 2.1.4

01 Apr 11:19
v2.1.4
c08af6a
Compare
Choose a tag to compare

Changelog

  • PublicKey Removale now uses the correct method for url generation

Version 2.1.3

01 Apr 11:20
v2.1.3
7a1aab4
Compare
Choose a tag to compare

Changelog

  • Correct last version as it introduced side effecs.
  • JavaScript now also takes the baseurl into account

Version 2.1.2

01 Apr 11:19
v2.1.2
e03c43d
Compare
Choose a tag to compare

Changelog

  • Updated base url handling for proxy with path configuration

Version 2.1.1

20 Mar 12:44
v2.1.1
be57aef
Compare
Choose a tag to compare

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

25 Jun 11:03
Compare
Choose a tag to compare

Changelog

  • Added Support for Encrypted SSH Keys. Does not work with the openssh format!

Version 2.0.6

20 Jun 16:26
Compare
Choose a tag to compare

Changelog

  • Updated configuration for new busybox version
  • Konfiguration switch required from timeout_util = BusyBox to timeout_util = GNU coreutils

Version 2.0.5

18 Jun 11:41
Compare
Choose a tag to compare

Changelog

  • Fixed missing class exception
  • Fixed phpseclib class inclusion

Version 2.0.4

15 Jun 08:17
Compare
Choose a tag to compare

Changelog

  • Corrected Dockerfile to point to the latest tag
  • Updated phpseclib to 1.0.16

Version 2.0.3

18 May 05:53
Compare
Choose a tag to compare

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

06 May 17:18
Compare
Choose a tag to compare

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