I\'m having some difficulty cloning my mercurial repository over ssh.
Here\'s what I have tried:
hg clone ssh://username@username.webfactional.com/pa
On webfactional I had to add:
export PATH=$PATH:/home//bin
to .bashrc to get it to work. (also followed the remotecmd advice above)