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.mdwn5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 00000000..0c333c0c
--- /dev/null
+++ b/doc/todo/Ssh.userKeyAt_should_create_the_.ssh_directory.mdwn
@@ -0,0 +1,5 @@
+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.
+
+Could there be a `Ssh.userKeyNamed` for example which would prepend `$HOME/.ssh` to the given name?