Re: bash does not read startup scripts on some machines

2009-04-25 Thread Justin
Thank you for your detailed response. I worked with the system administrators to get this resolved. In the end they changed pam so that it would source .bashrc. The added this to /etc/pam.d/sshd: sessionoptional pam_env.so conffile=/etc/ssh/env.conf envfile=/etc/ssh/environment They

Re: bash does not read startup scripts on some machines

2009-04-25 Thread Bob Proulx
Justin wrote: > I am using a command line ssh tool called qtssh on windows to > connect to a redhat server. qtssh is a command line ssh tool built > upon putty that is included with the visualization toolkit VisIt. > This tool is designed to run commands remotely and does not create > an interacti

Re: bash does not read startup scripts on some machines

2009-04-24 Thread Greg Wooledge
On Thu, Apr 23, 2009 at 02:14:24PM -0600, Justin wrote: > I am using a command line ssh tool called qtssh on windows to connect to > a redhat server. qtssh is a command line ssh tool [...] > 'When bash is started non-interactively, to run a shell > script, for example, it looks for the var