Re: OpenSSH keygen on Alphastation 255 in SuSE 7.1

Ivan Skytte Jørgensen <[email protected]> Fri, 05 Apr 2002 00:26:12 +0200
Newsgroups gmane.linux.suse.axp
Message-ID <[email protected]>
Rikard Johnels wrote:
[snip]
> > Did you run the self-test on openssl ?
> >
> I downloaded OpenSSH_3.1 and OpenSSL
> 
> Configured and ran "make" on OpenSSL.
> Then i did "make test" on OpenSSL. It passed wo failiures
> Then made and installed OpenSSH.
> It compiled and generated keys wo a hitch.
> Keygen was fast (under 10 secs)
> I can now SSH from Alpha to my other boxes.
> BUT! I cant connect TO Alpha.
> 
> Cant connect to port 22 !?!?!

It is probably some silly minor detail.
Is "sshd" running? (ps -ef | fgrep sshd )
Is something listening on port 22? (netstat -an|fgrep LISTEN|fgrep
tcp|fgrep 22)
Is the sshd listening on port 22? (lsof -p )
What does it write to /var/log/messages when you try to connect?