aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/git-annex_remotedeamon.mdwn2
-rw-r--r--doc/install/OSX.mdwn8
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/bugs/git-annex_remotedeamon.mdwn b/doc/bugs/git-annex_remotedeamon.mdwn
index 6f7457993..15f728362 100644
--- a/doc/bugs/git-annex_remotedeamon.mdwn
+++ b/doc/bugs/git-annex_remotedeamon.mdwn
@@ -23,3 +23,5 @@ Latest as of post.
# End of transcript or log.
"""]]
+
+> [[notabug|done]] --[[Joey]]
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 7b4cd3e10..1719c1bfc 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -18,14 +18,6 @@ Alternatively, from the command line you can run
programs bundled inside the app, including not just git-annex, but git, and
several more. Handy if you don't otherwise have git installed.
-## SSH Issues
-
-This [[forum post|/forum/OSX__39__s_default_sshd_behaviour_has_limited_paths_set/]] describes how to fix issues you may have with the assistant trying to run remote commands via SSH. Interactive logins behave differently to remote commands and the path is okay. Essentially OSX's command path is very restricted and it needs to be extended in order to find the git-annex binaries.
-
-With the changes made as per the post the SSH deamon can be restarted with:
-
- ps -ef | grep sshd | awk '{print $2}' | sudo xargs kill -HUP
-
## autobuilds
[[Joey]] autobuilds the app for Mavericks.