summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas.Schodet2019-04-14 20:07:35 +0000
committeradmin2019-04-14 20:07:35 +0000
commit5b63aadc47f8cce9e3cf2e834861be3334ee3f65 (patch)
treefa4f53eada2dd635d18ede625671fb5156dfdf7f
parentd562e3cd60852ea32e184ac8daf62b36cc6ccb5f (diff)
creating Ssh.userKeyAt should create the .ssh directory
-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?