summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2014-04-24 17:39:27 +0000
committerGravatar admin <admin@branchable.com>2014-04-24 17:39:27 +0000
commite2d73239c63f5772a03acb3e34c0f773c84e6b48 (patch)
tree43ea093ae8a4b2eb1db8a773fceafa312778882e /doc/install
parent0342fabdb3724de16225f67045962eadccba9297 (diff)
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/OSX.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 1719c1bfc..7b4cd3e10 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -18,6 +18,14 @@ 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.