From e77deb1ef29201ec2a957e17b613958823cca8bb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Apr 2019 11:19:43 -0400 Subject: 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. --- .../comment_1_5883054e256c5970c425108bca106b58._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory/comment_1_5883054e256c5970c425108bca106b58._comment (limited to 'doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory') diff --git a/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory/comment_1_5883054e256c5970c425108bca106b58._comment b/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory/comment_1_5883054e256c5970c425108bca106b58._comment new file mode 100644 index 00000000..fc26779e --- /dev/null +++ b/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory/comment_1_5883054e256c5970c425108bca106b58._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-04-16T15:12:20Z" + content=""" +Well spotted, I've fixed it to create the directory. + +userKeyAt's documentation doesn't actually specify that the filepath +provided can't be relative, and if it were relative, it seems to make sense +for it to be relative to the usual .ssh directory. Done so. +"""]] -- cgit v1.2.3