From 9e06163eb1e9066795d4f87946f6aebd503eb45b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU" Date: Thu, 24 Apr 2014 17:39:27 +0000 Subject: [PATCH] --- doc/install/OSX.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 1719c1bfc5..7b4cd3e10a 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.