All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Smith <steven@serisilks.screaming.net>
To: Jerry T <linuxl1@hotmail.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: ssh - connection refused
Date: Sat, 13 Apr 2002 11:09:03 +0100	[thread overview]
Message-ID: <20020413100903.GA296@archibold> (raw)
In-Reply-To: <F117ylW9wWDV81Ze8P300020b87@hotmail.com>

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

> From Cygwin on win2000 I tried to use slogin to get 
> to my Linux box but I get "Connection Refused."
Have you tried sshing in from the Linux box?

ssh username@localhost

That's probably less error-prone, and at least confirms that the daemon
is running.

> The sshd process starts up when I boot up.
Is it listening? netstat -at should include a line something like:

tcp 0 0 *:ssh *:* LISTEN

If that's not present, it usually means the sshd has shut down, or is
configured not to listen to the network.

If it is present, look at your packet filtering/firewalling rules
(iptables -L for recent distributions).

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  parent reply	other threads:[~2002-04-13 10:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-13  3:59 ssh - connection refused Jerry T
2002-04-13  8:36 ` Richard Adams
2002-04-13 10:09 ` Steven Smith [this message]
2002-04-13 12:59 ` DFW II
  -- strict thread matches above, loose matches on Subject: below --
2002-04-13 15:04 Ray Olszewski
2002-04-13 15:22 ` Richard Adams
2002-04-14  4:27 Jerry T
2002-04-14 18:35 Ray Olszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020413100903.GA296@archibold \
    --to=steven@serisilks.screaming.net \
    --cc=linux-newbie@vger.kernel.org \
    --cc=linuxl1@hotmail.com \
    --cc=sos22@cam.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.