On Thu, Dec 28, 2000 at 12:25:20PM -0800, Staley Mims wrote:
>
>Hi all--
>
>Experiencing a problem with a RedHat - 6.2 machine
>
>I cannot SSH into the machine from outside using OpenSSH-2.3.0p1
>When I try, it asks for user password, yet won't accept the pw. I
>have even reset the password, still no success.
>
>As remote access is critical on this machine, I have also attempted
>to telnet to this machine. I get "connection closed by foreign host"
>
>I have checked /etc/services and /etc/inetd.conf. Both are configured
>properly. I double checked this against a machine that is working
>properly. My hosts.deny contains "ALL EXCEPTin.telnetd:ALL"
>
>Any ideas out there?
>
What happens when you try ssh -v (verbose)? It would be especially good
if you can do this while you can see the console of the server. I had
a similar problem once where the server was using RSAREF and the client was
using plain RSA, and they couldn't negotiate the key...
--
if(rp->p_flag&SSWAP) {
rp->p_flag =& ~SSWAP;
aretu(u.u_ssav);
}