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. --- doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn') diff --git a/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn b/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn index 0c333c0c..d61c809d 100644 --- a/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn +++ b/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn @@ -1,5 +1,10 @@ Hello, -Maybe this should not create the directory as the given path is absolute, but unless my understanding is wrong, `Ssh.userKeys` does not create the directory either. +Maybe this should not create the directory as the given path is absolute, +but unless my understanding is wrong, `Ssh.userKeys` does not create the +directory either. -Could there be a `Ssh.userKeyNamed` for example which would prepend `$HOME/.ssh` to the given name? +Could there be a `Ssh.userKeyNamed` for example which would prepend +`$HOME/.ssh` to the given name? + +> [[done]] --[[Joey]] -- cgit v1.2.3