Re: ssh client gets to server, but doesn't connect...?



Allen McIntosh wrote:
ListenAddress 192.168.0.2
ListenAddress 192.168.0.4
Yeah, those are the IPs of the two NIC cards I have and LIstenAddress
That probably means one of the NIC's isn't doing anything, but that's
another story.

lines WERE turned off initially, and I still got no answer from the
daemon to the client. So I tried enabling those as the latest "try" in
getting this to work. Either way, ListenAddress lines on or off, it
still doesn't work.
Do you know that the SYN is getting to your machine? If so, try
stopping sshd and running it manually with -d (check that's the right
option) to see what it's doing.

Well, I had in mind to try the other card -- swap the IPs and try the
other card (which was easier than re-writing rules on my firewall),
and... it worked. So it was the card some how. A builtin ethernet
card on the motherboard, so -- I'm not happy about that. Now, the
question is an issue of hardware. Why wouldn't that NIC allow the ssh
to connect? (Rhetorical)

But anyway, I have a working ssh daemon and port forwarding now, which
was the most important thing. I'll work on the hardware issue with the
vendor at some other time. I'm not sure I'm happy with this
motherboard, to be honest with you, but that's outside the scope of ths
forum, and this case of the missing ssh daemon is now solved.

Thanks all!
/usr/ceo

.



Relevant Pages

  • Re: Re: How to find right video card driver
    ... I had trouble configuring my Xcongif file, because I purchased an off the ... Obviously the video card was OEM and no search could detect no driver on the ... My ssh daemon doesn't get restarted when I upgrade sendmail, ... The only thing that dies on me when I upgrade is ...
    (Debian-User)
  • Re: change CD settings
    ... Copy the file in the SD card, do not "burn" there. ... This copied file can be mounted by other software (e.g. Daemon tools). ... Ondrej Psencik ... This procedure could fail if the CD has some protection. ...
    (microsoft.public.windowsxp.general)
  • Re: ssh doesnt work from inetd but ok as a daemon
    ... > When running from inetd you will not see anything listening on 22 since this is handled by inetd, when running as a daemon it will show up on netstat output. ... >> I have tried the following in sshd_config but it didnt work ... >> ListenAddress 0.0.0.0 ...
    (comp.security.ssh)
  • Re: ssh tricks - user running sshd
    ... A user can run his own ssh daemon on a different port, ... Well, the point of this message is just to remind, that, as Kris said, ...
    (FreeBSD-Security)
  • Re: ssh client gets to server, but doesnt connect...?
    ... daemon to the client. ... So I tried enabling those as the latest "try" in ... Either way, ListenAddress lines on or off, it ...
    (comp.os.linux.networking)