diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-26 10:55:24 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-26 10:55:24 -0400 |
| commit | bb4ff9fb9134992dc809de47c2655996b0b67d6a (patch) | |
| tree | f670bee766f927a40db6a20061f9829d71239002 /doc | |
| parent | 071921d11056527fc307e243b603bfc83d49555e (diff) | |
| parent | 5efbf179bc0be8528c8aad39870169ec24d98510 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user.mdwn | 1 | ||||
| -rw-r--r-- | doc/todo/revertable_Ssh.authorizedKey/comment_2_5b5c8217eeb48159109b453197694db3._comment | 8 |
2 files changed, 9 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. diff --git a/doc/todo/revertable_Ssh.authorizedKey/comment_2_5b5c8217eeb48159109b453197694db3._comment b/doc/todo/revertable_Ssh.authorizedKey/comment_2_5b5c8217eeb48159109b453197694db3._comment new file mode 100644 index 00000000..ddadd4f4 --- /dev/null +++ b/doc/todo/revertable_Ssh.authorizedKey/comment_2_5b5c8217eeb48159109b453197694db3._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82" + nickname="mithrandi" + subject="comment 2" + date="2016-02-26T13:06:38Z" + content=""" +Ssh.unauthorizedKey exists now; is there a reason not to add it to authorizedKey to make it revertable? +"""]] |
