2008/9/23 John Freeman <jfreeman@xxxxxxxxxxx>: > Alex Riesen wrote: >> >> Do these work: >> $ ssh john@xxxxxxxxxxxxxxxxx ls -R /home/bob/path/to/repo >> $ ssh john@xxxxxxxxxxxxxxxxx 'cd /home/bob/path/to/repo && pwd' >> > > Yes, they do. I wish the mailing list did better threading; please see my > other posts if you happened to miss them: > > http://article.gmane.org/gmane.comp.version-control.git/96442 > http://article.gmane.org/gmane.comp.version-control.git/96505 > Saw them. .bashrc (/etc/bashrc too) is not used for non-interactive sessions, like yours (of course, you can source them from .profile/.bash_login/.bash_profile). Have you tried the commands exactly? (Even more interesting would be to try a simple getpwd program which prints errno) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html