SSH client not working for non-root users

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
CentOS 4

From this system, I can ssh out just fine as root. Any non-root user gets prompted for a password, and as soon as you hit enter, then it just reads Segmentation Fault

example:
Code:
[user@hostname]$ ssh [email protected]
[email protected]'s password:
Segmentation fault
[user@hostname path]$

I cleared out .ssh thinking it may be that, but it did no good.

Any thoughts?
 
Back
Top