Quote:
Originally Posted by Mark L. Wise
Hello all!
I have a strange problem. I have two Linux boxes. They are connected via a LAN. From machine 1 (Fedora Core 8) I can ssh to machine 2 (Fedora Core 3)without any problems if I am logged in as root on machine 1. If I am logged in as any other non-privileged user and attempt to ssh to machine 2, I get a segmentation fault and the connection is dropped (after ssh asks for the password).
Everything was working up until last Friday (8/6/2010). I did upgrade the machine 1 from 512Kb to 2.0Gb memory then...
Any ideas?
machine1_root#ssh anyaccount@machine2 <-This works
machine1_anyotheraccount$ssh anyaccount@machine2 <-segmentation fault
|
You can try to see what different in the output of env command as root and as different user.
Running ssh -v -v -v as both users may be helpful too.
Another possibility to find a cause of trouble is running ssh under strace in both cases