Long Description
I am trying to set up an MPICH2 beowulf cluster, just for fun.
I have got mpd to run processes on localhost, and I have setup passwordless SSH login.
My problem is that when mpdboot tries to execute mpd's on the other host (only one other until I can get it working

), it fails because /usr/mpich/bin is not in the path.
Short Description
Which login scripts are run when SSH logs in, without bash being executed? I know some must be because...
Code:
ssh 192.168.1.102 'echo $PATH'
has an output.