remote access via ssh?

2006-08-24 Thread Ishwar Rattan
Remote system is debian derivative. When I access this system using ssh, the connection does not execute $HOME/.bashrc on remote system. Any ideas? -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: remote access via ssh?

2006-08-24 Thread Dave Sherohman
On Thu, Aug 24, 2006 at 12:06:35PM -0400, Ishwar Rattan wrote: Remote system is debian derivative. When I access this system using ssh, the connection does not execute $HOME/.bashrc on remote system. My .bash_profile starts with if [ -f ~/.bashrc ]; then source ~/.bashrc fi According to

Re: remote access via ssh?

2006-08-24 Thread Alexander Farber
Other login shell, wrong permissions, ... What does ssh -V show? A workaround: ~/.ssh/environment On 8/24/06, Ishwar Rattan [EMAIL PROTECTED] wrote: Remote system is debian derivative. When I access this system using ssh, the connection does not execute $HOME/.bashrc on remote system.

Re: remote access via ssh?

2006-08-24 Thread Paul Johnson
On Thursday 24 August 2006 09:06, Ishwar Rattan wrote: Remote system is debian derivative. When I access this system using ssh, the connection does not execute $HOME/.bashrc on remote system. I usually link .bashrc to .bash_profile or vice versa to avoid this problem. -- Paul Johnson Email