Re: Activity of the $HOME/.kshrc
- From: Greg Wooledge <wooledg@xxxxxxxxxxx>
- Date: Thu, 5 Mar 2009 13:53:57 -0500
On Thu, Mar 05, 2009 at 11:43:39AM -0700, Jialing Liang wrote:
I have ssh login to two Linux - Openssh server. They share one $Home
directory. server1 runs Redhat 3 with Openssh 3.6.1 and sever2 runs
Redhat 5 with Openssh 4.3
Check the user's shell and make sure it's actually ksh.It is ksh:
Localhost$ ssh server1 echo $SHELL
/usr/bin/ksh
Localhost$ ssh server2 echo $SHELL
/usr/bin/ksh
In that case, look for the manuals for OpenSSH 3.6.1 and 4.3 and make
sure the features you're relying on (~/.ssh/environment) are actually
available in both versions. Also, check the server configs to make
sure PermitUserEnvironment is set to yes (the default is ``no'').
- Follow-Ups:
- RE: Activity of the $HOME/.kshrc
- From: Jialing Liang
- RE: Activity of the $HOME/.kshrc
- References:
- Activity of the $HOME/.kshrc
- From: Jialing Liang
- Re: Activity of the $HOME/.kshrc
- From: Greg Wooledge
- RE: Activity of the $HOME/.kshrc
- From: Jialing Liang
- Activity of the $HOME/.kshrc
- Prev by Date: Re: Activity of the $HOME/.kshrc
- Next by Date: Re: Patch for OpenSSH for Windows to allow authentication through certificates
- Previous by thread: RE: Activity of the $HOME/.kshrc
- Next by thread: RE: Activity of the $HOME/.kshrc
- Index(es):