summaryrefslogtreecommitdiff
path: root/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn')
-rw-r--r--doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn9
1 files changed, 7 insertions, 2 deletions
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]]