public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: sshd on alternate port doesn't seem to work
@ 2004-01-15  4:57 Mooky Mooksgill
  0 siblings, 0 replies; 5+ messages in thread
From: Mooky Mooksgill @ 2004-01-15  4:57 UTC (permalink / raw)
  To: mark, cygwin

thanks mark - that's quite correct. doh!

-M


>From: Mark Himsley <mark@mdsh.com>
>To: cygwin@cygwin.com
>Subject: Re: sshd on alternate port doesn't seem to work
>Date: Wed, 14 Jan 2004 23:53:50 +0000
>
>On 15 January 2004 00:05 +0100 Thorsten Kampe wrote:
>
>>* Mooky Mooksgill (2004-01-14 20:07 +0100)
>> > i add the Port xxxx to the ssh_config file, sshd restarts, but refuses
>> > connections.
>>
>>Yes, of course: man ssh_config - the first sentence.
>
>Try sshd_config since it is, after all, the daemon that you want to 
>configure rather than the client.
>
>--
>Mark Himsley
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:       http://cygwin.com/problems.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>

_________________________________________________________________
Find high-speed ‘net deals — comparison-shop your local providers here. 
https://broadband.msn.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sshd on alternate port doesn't seem to work
  2004-01-15  0:18   ` Mark Himsley
@ 2004-01-15 10:33     ` Thorsten Kampe
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten Kampe @ 2004-01-15 10:33 UTC (permalink / raw)
  To: cygwin

* Mark Himsley (2004-01-15 00:53 +0100)
> On 15 January 2004 00:05 +0100 Thorsten Kampe wrote:
>> * Mooky Mooksgill (2004-01-14 20:07 +0100)
>>> i add the Port xxxx to the ssh_config file, sshd restarts, but refuses
>>> connections.
>>
>> Yes, of course: man ssh_config - the first sentence.
> 
> Try sshd_config since it is, after all, the daemon that you want to 
> configure rather than the client.

Thank you so much. Now that this mystery is solved, could you explain
me and MM the meaning of a "follow-up"?!

Thorsten


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sshd on alternate port doesn't seem to work
  2004-01-14 23:08 ` Thorsten Kampe
@ 2004-01-15  0:18   ` Mark Himsley
  2004-01-15 10:33     ` Thorsten Kampe
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Himsley @ 2004-01-15  0:18 UTC (permalink / raw)
  To: cygwin

On 15 January 2004 00:05 +0100 Thorsten Kampe wrote:

> * Mooky Mooksgill (2004-01-14 20:07 +0100)
> > i add the Port xxxx to the ssh_config file, sshd restarts, but refuses
> > connections.
>
> Yes, of course: man ssh_config - the first sentence.

Try sshd_config since it is, after all, the daemon that you want to 
configure rather than the client.

-- 
Mark Himsley

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sshd on alternate port doesn't seem to work
  2004-01-14 19:45 Mooky Mooksgill
@ 2004-01-14 23:08 ` Thorsten Kampe
  2004-01-15  0:18   ` Mark Himsley
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten Kampe @ 2004-01-14 23:08 UTC (permalink / raw)
  To: cygwin

* Mooky Mooksgill (2004-01-14 20:07 +0100)
> i add the Port xxxx to the ssh_config file, sshd restarts, but refuses 
> connections.

Yes, of course: man ssh_config - the first sentence.

> i have debugged this for a while, can someone verify that sshd on 
> non-standard does (or does not work)?

Sure it does. I never run ssh on the default port.

Thorsten


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* sshd on alternate port doesn't seem to work
@ 2004-01-14 19:45 Mooky Mooksgill
  2004-01-14 23:08 ` Thorsten Kampe
  0 siblings, 1 reply; 5+ messages in thread
From: Mooky Mooksgill @ 2004-01-14 19:45 UTC (permalink / raw)
  To: cygwin

i add the Port xxxx to the ssh_config file, sshd restarts, but refuses 
connections.
i have debugged this for a while, can someone verify that sshd on 
non-standard does (or does not work)?

i've tried logging in several ways specifying port with -p, etc.

_________________________________________________________________
Find high-speed ‘net deals — comparison-shop your local providers here. 
https://broadband.msn.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-15 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-15  4:57 sshd on alternate port doesn't seem to work Mooky Mooksgill
  -- strict thread matches above, loose matches on Subject: below --
2004-01-14 19:45 Mooky Mooksgill
2004-01-14 23:08 ` Thorsten Kampe
2004-01-15  0:18   ` Mark Himsley
2004-01-15 10:33     ` Thorsten Kampe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).