This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bash problems with sshd



On 24 Nov 1998, Dirk Hufnagel wrote:

> I am using sshd 1.2.26 with B20 and the 
> coolview patches.
> 
> Now I have the problem that .bashrc doesn't get 
> loaded when I login with "slogin NT-host".

Sshd executes bash as a login shell. Bash manpage says:


       Login shells:
         On login (subject to the -noprofile option):
               if /etc/profile exists, source it.

               if ~/.bash_profile exists, source it,
                 else if ~/.bash_login exists, source it,
                   else if ~/.profile exists, source it.

         On exit:
               if ~/.bash_logout exists, source it.

       Non-login interactive shells:
         On startup (subject to the -norc and -rcfile options):
               if ~/.bashrc exists, source it.


I am using the '-login' flag to bash in cygnus.bat. Then I have system 
wide settings in /etc/profile and my personal ones in ~/.profile. It also
works with sshd.


Andres.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]