summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-03 17:44:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-03 17:44:12 -0400
commitd79d27b97a485d44ffd14e7915a773537dd13d53 (patch)
tree999030eb1b2a0aa756198ad5636dc95e0b198d95 /doc/bugs
parent69882c022f0ae9619ee7f51c087990724f4d4099 (diff)
assistant: Ensure that .ssh/config and .ssh/authorized_keys are not group or world writable when writing to those files, as that can make ssh refuse to use them, if it allows another user to write to them.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/file_permissions_on___126____47__.ssh__47__config___40__windows__41__.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/file_permissions_on___126____47__.ssh__47__config___40__windows__41__.mdwn b/doc/bugs/file_permissions_on___126____47__.ssh__47__config___40__windows__41__.mdwn
index 47c44bea3..9b2e89ca2 100644
--- a/doc/bugs/file_permissions_on___126____47__.ssh__47__config___40__windows__41__.mdwn
+++ b/doc/bugs/file_permissions_on___126____47__.ssh__47__config___40__windows__41__.mdwn
@@ -9,3 +9,12 @@ Windows 7, git-annex version 5.20131230-g192d991
### Please provide any additional information below.
I have no daemon.log, and the console log isn't particularly detailed today; it had just created an ssh key and shown it's fingerprint.
+
+> Ok, I guess this is ssh refusing to use a file that has a group
+> write bit set (when the owner is not the only member of its group),
+> or perhaps that has the world write bit set.
+>
+> I have made the assistant unset those modes when creating and modifying
+> ssh config files. Hopefully that is enough for Windows too.. I can't
+> really test it there, but am calling this provisionally [[done]].
+> --[[Joey]]