diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 16:10:24 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 16:10:36 -0400 |
| commit | a2bb647827ee7eea0c038fdd40d1bd65c0d7a2c8 (patch) | |
| tree | 05cb35c40ea8dcde654c72b185673fe9ccab43a4 /debian | |
| parent | 84685f24c9614d5f2c19851b4c63744bcb037241 (diff) | |
Ssh.hostKey and Ssh.hostKeys no longer install public keys from the privdata.
Instead, the public keys of a host should be set using Ssh.pubKey.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3cdaaa89..11d52e3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ propellor (1.3.0) UNRELEASED; urgency=medium * Added support for DNSSEC. * sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter. (API change) + * Ssh.hostKey and Ssh.hostKeys no longer install public keys from + the privdata. Instead, the public keys of a host should be set using + Ssh.pubKey. * Ssh.hostKeys now also installs any available SshEd25519 keys. * Fix build with process 1.2.1.0. |
