diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-07-24 13:36:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-07-24 13:36:06 -0400 |
| commit | 04ef5f7bc1e6753fe4580f370e7f0ea2500773c8 (patch) | |
| tree | 886aa29e3c89fc251bef6a975a16144bf45c160b /doc | |
| parent | 41c5e520b0a82386e34f8bb80218074d700f4881 (diff) | |
Ssh.knownHost: Bug fix: Only fix up the owner of the known_hosts file after it exists.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user/comment_4_916b6cae93e772fa0fac88676409b03a._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user/comment_4_916b6cae93e772fa0fac88676409b03a._comment b/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user/comment_4_916b6cae93e772fa0fac88676409b03a._comment new file mode 100644 index 00000000..36a31728 --- /dev/null +++ b/doc/forum/Ssh.authorizedKey_does_not_work_on_brand_new_user/comment_4_916b6cae93e772fa0fac88676409b03a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2016-07-24T17:35:24Z" + content=""" +I see it; changed it to use `before` so the file creation/modification +comes before any chmodding. +"""]] |
