summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-04-16 11:19:43 -0400
committerJoey Hess2019-04-16 11:19:43 -0400
commite77deb1ef29201ec2a957e17b613958823cca8bb (patch)
treefd45c8fd879cc28fdbbf497682e6dbac56b25e2f /debian
parent7b4a1e6149f1a04b2b66c22cca65514fe824782d (diff)
Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist.
* Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist. * Ssh.userKeyAt: When a relative filepath is provided, it's put inside the user's .ssh directory.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dd8f8fd2..b7dafc8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ propellor (5.8.0) UNRELEASED; urgency=medium
since it's namespaced.
* Add User.ownsWithPrimaryGroup
Thanks, Sean Whitton
+ * Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet
+ exist.
+ * Ssh.userKeyAt: When a relative filepath is provided, it's put inside
+ the user's .ssh directory.
-- Joey Hess <id@joeyh.name> Mon, 08 Apr 2019 11:09:04 -0400