summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJoey Hess2016-02-26 10:55:24 -0400
committerJoey Hess2016-02-26 10:55:24 -0400
commitbb4ff9fb9134992dc809de47c2655996b0b67d6a (patch)
treef670bee766f927a40db6a20061f9829d71239002 /doc/forum
parent071921d11056527fc307e243b603bfc83d49555e (diff)
parent5efbf179bc0be8528c8aad39870169ec24d98510 (diff)
Merge branch 'master' of ssh://propellor.branchable.com
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user.mdwn b/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user.mdwn
new file mode 100644
index 00000000..aa40dffc
--- /dev/null
+++ b/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user.mdwn
@@ -0,0 +1 @@
+I couldn't quite figure out what is wrong with the code as written, but the properties in modAuthorizedKey relating to the file modes/ownership get applied before the properties to create the directory and file are applied, so if they don't already exist then you get an error.