scp fails where ssh succeeds; buffer_get?
Thomas Binder
binder at arago.de
Wed Aug 7 03:09:30 EST 2002
Hi!
On Tue, Aug 06, 2002 at 12:01:52PM -0400, Alexy Khrabrov wrote:
> I had this well-known hack in my ~/.cshrc:
>
> # Change the following test to taste
> if (`uname -s` == "Linux" ) then
> setenv SHELL /bin/bash
> exec /bin/bash
> endif
That should definitely go into ~/.login
Remember, ~/.cshrc is executed everytime you launch csh, even for
shellscripts that start with #!/bin/csh
Ciao
Thomas
More information about the openssh-unix-dev
mailing list