public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* inetd:ssh/telnet/ftp - Im too stupid to use these
@ 2002-10-30  8:47 Tom Dorgan
  2002-10-30 12:23 ` Glenn Murray
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Dorgan @ 2002-10-30  8:47 UTC (permalink / raw)
  To: cygwin

ok, I give up. 

I have set up cygwin on at least 20 machines over the last 4 years and I
have never gotten any of these to work right the first try. And, it seems
like every time I get telnet or ssh working, I did something different.
there seems to be no recipe for  making them work. I, like many others, have
spent countless fruitless hours searching the web, the cygwin mailing list,
etc.

right now, I have an xp box that can run ssh, but not telnet, a 2k box that
ran telnet until I started trying to get ssh working, another 2k box that
can only run ssh. none of them can run ftp.

I'm not asking for help. I dont thing there is any. I'm just very tired and
frustrated.

sorry, Im just not smart enough to use this stuff.

tom dorgan.



__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30  8:47 inetd:ssh/telnet/ftp - Im too stupid to use these Tom Dorgan
@ 2002-10-30 12:23 ` Glenn Murray
  2002-10-30 12:44   ` Christopher Faylor
  0 siblings, 1 reply; 10+ messages in thread
From: Glenn Murray @ 2002-10-30 12:23 UTC (permalink / raw)
  To: Tom Dorgan; +Cc: cygwin

Tom,

I feel your pain.  I've made an attempt to untangle this for beginners
at

http://www.mines.edu/~gmurray/

at the "SSH2 for Beginners" link.  I mention it in the hope that it
may be of some help.

Good luck,
Glenn

On Wed, 30 Oct 2002, Tom Dorgan wrote:
> ok, I give up.
>
> I have set up cygwin on at least 20 machines over the last 4 years and I
> have never gotten any of these to work right the first try. And, it seems
> like every time I get telnet or ssh working, I did something different.
> there seems to be no recipe for  making them work. I, like many others, have
> spent countless fruitless hours searching the web, the cygwin mailing list,
> etc.
>
> right now, I have an xp box that can run ssh, but not telnet, a 2k box that
> ran telnet until I started trying to get ssh working, another 2k box that
> can only run ssh. none of them can run ftp.
>
> I'm not asking for help. I dont thing there is any. I'm just very tired and
> frustrated.
>
> sorry, Im just not smart enough to use this stuff.
>
> tom dorgan.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30 12:23 ` Glenn Murray
@ 2002-10-30 12:44   ` Christopher Faylor
  2002-10-30 13:09     ` Paul D. DeRocco
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher Faylor @ 2002-10-30 12:44 UTC (permalink / raw)
  To: cygwin

On Wed, Oct 30, 2002 at 12:00:02PM -0700, Glenn Murray wrote:
>I feel your pain.  I've made an attempt to untangle this for beginners
>at

It looks like your attempt bypasses the scripts that already exist to
set ssh up automatically.

See: /usr/doc/Cygwin/openssh-3.4p1-5.README

>at the "SSH2 for Beginners" link.  I mention it in the hope that it
>may be of some help.

I don't know what it is going to take to dynamite people out of their
preconceptions.  This is not a closed source project.  This is not
Microsoft.  If you see a need, like improving documentation, you have
the power to actually change the documentation.  You don't have to
create a separate link somewhere and point people at it.  You can
contribute your efforts to the project so that everyone benefits
automatically.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30 12:44   ` Christopher Faylor
@ 2002-10-30 13:09     ` Paul D. DeRocco
  2002-10-30 13:38       ` Glenn Murray
  0 siblings, 1 reply; 10+ messages in thread
From: Paul D. DeRocco @ 2002-10-30 13:09 UTC (permalink / raw)
  To: cygwin

> cgf wrote:
>
> I don't know what it is going to take to dynamite people out of their
> preconceptions.  This is not a closed source project.  This is not
> Microsoft.  If you see a need, like improving documentation, you have
> the power to actually change the documentation.  You don't have to
> create a separate link somewhere and point people at it.  You can
> contribute your efforts to the project so that everyone benefits
> automatically.

I suspect it's because that entails yet another learning curve, and people
find it easier just to throw together a web page and put it on their own
personal site.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30 13:09     ` Paul D. DeRocco
@ 2002-10-30 13:38       ` Glenn Murray
  0 siblings, 0 replies; 10+ messages in thread
From: Glenn Murray @ 2002-10-30 13:38 UTC (permalink / raw)
  To: Paul D. DeRocco; +Cc: cygwin

Absolutely!

Cheers,
Glenn

On Wed, 30 Oct 2002, Paul D. DeRocco wrote:
> > cgf wrote:
> >
> > I don't know what it is going to take to dynamite people out of their
> > preconceptions.  This is not a closed source project.  This is not
> > Microsoft.  If you see a need, like improving documentation, you have
> > the power to actually change the documentation.  You don't have to
> > create a separate link somewhere and point people at it.  You can
> > contribute your efforts to the project so that everyone benefits
> > automatically.
>
> I suspect it's because that entails yet another learning curve, and people
> find it easier just to throw together a web page and put it on their own
> personal site.
>
> --
>
> Ciao,               Paul D. DeRocco
> Paul                mailto:pderocco@ix.netcom.com
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: inetd:ssh/telnet/ftp - Im too stupid to use these
@ 2002-10-30 18:33 lhall
  0 siblings, 0 replies; 10+ messages in thread
From: lhall @ 2002-10-30 18:33 UTC (permalink / raw)
  To: cygwin

Yep.  I agree it's important to keep focused on the goal here.  
If the information at external sites pointed to by this list is
wrong, incomplete, or out-of-date, this helps no one and the 
Cygwin community doesn't have any direct action it can take to 
correct the data point.  Keeping the information within the project,
this information can be corrected directly as required by the 
Cygwin community.  That helps everyone.  What's not to like? ;-)

Larry

Original Message:
-----------------
From: Christopher Faylor cgf@redhat.com
Date: Wed, 30 Oct 2002 15:30:21 -0500
To: cygwin@cygwin.com
Subject: Re: inetd:ssh/telnet/ftp - Im too stupid to use these


On Wed, Oct 30, 2002 at 03:20:39PM -0500, lhall@pop.ma.ultranet.com wrote:
>Perhaps this makes sense as a step in the process but it can't be the
>end-game if folks really want to make the process easier for everyone.
>I'm not against any steps necessary if it improves any part of Cygwin
>but unless the improvement actually folds into the final product
>(Cygwin itself) as Chris points out, various disjointed and
>disconnected solutions will likely lead to more confusion and problems
>in the future.  It's worth thinking about for anyone that's taken the
>first step.  This stuff can all be helpful.  Let's try to get it all in
>one place! :-)

In this case the information provided could possibly be considered more
confusing than what is already available, too.  So, submitting
documentation for review and incorporation would theoretically weed out
the confusing or incorrect parts.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30 13:43 ` Christopher Faylor
@ 2002-10-30 14:00   ` Christopher Faylor
  0 siblings, 0 replies; 10+ messages in thread
From: Christopher Faylor @ 2002-10-30 14:00 UTC (permalink / raw)
  To: cygwin

On Wed, Oct 30, 2002 at 03:30:21PM -0500, Christopher Faylor wrote:
>On Wed, Oct 30, 2002 at 03:20:39PM -0500, lhall@pop.ma.ultranet.com wrote:
>>Perhaps this makes sense as a step in the process but it can't be the
>>end-game if folks really want to make the process easier for everyone.
>>I'm not against any steps necessary if it improves any part of Cygwin
>>but unless the improvement actually folds into the final product
>>(Cygwin itself) as Chris points out, various disjointed and
>>disconnected solutions will likely lead to more confusion and problems
>>in the future.  It's worth thinking about for anyone that's taken the
>>first step.  This stuff can all be helpful.  Let's try to get it all in
>>one place! :-)
>
>In this case the information provided could possibly be considered more
>confusing than what is already available, too.  So, submitting
>documentation for review and incorporation would theoretically weed out
>the confusing or incorrect parts.

Just to be clear, I'm referring to the information provided on the
external web site that is intended to help people with ssh problems.

cgf
--
Please do not send me personal email with cygwin questions or observations.
Use the resources at http://cygwin.com/ .

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: inetd:ssh/telnet/ftp - Im too stupid to use these
  2002-10-30 13:34 lhall
@ 2002-10-30 13:43 ` Christopher Faylor
  2002-10-30 14:00   ` Christopher Faylor
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher Faylor @ 2002-10-30 13:43 UTC (permalink / raw)
  To: cygwin

On Wed, Oct 30, 2002 at 03:20:39PM -0500, lhall@pop.ma.ultranet.com wrote:
>Perhaps this makes sense as a step in the process but it can't be the
>end-game if folks really want to make the process easier for everyone.
>I'm not against any steps necessary if it improves any part of Cygwin
>but unless the improvement actually folds into the final product
>(Cygwin itself) as Chris points out, various disjointed and
>disconnected solutions will likely lead to more confusion and problems
>in the future.  It's worth thinking about for anyone that's taken the
>first step.  This stuff can all be helpful.  Let's try to get it all in
>one place! :-)

In this case the information provided could possibly be considered more
confusing than what is already available, too.  So, submitting
documentation for review and incorporation would theoretically weed out
the confusing or incorrect parts.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: inetd:ssh/telnet/ftp - Im too stupid to use these
@ 2002-10-30 13:34 lhall
  2002-10-30 13:43 ` Christopher Faylor
  0 siblings, 1 reply; 10+ messages in thread
From: lhall @ 2002-10-30 13:34 UTC (permalink / raw)
  To: pderocco, cygwin

Perhaps this makes sense as a step in the process but it 
can't be the end-game if folks really want to make the 
process easier for everyone.  I'm not against any steps 
necessary if it improves any part of Cygwin but unless the 
improvement actually folds into the final product (Cygwin 
itself) as Chris points out, various disjointed and 
disconnected solutions will likely lead to more confusion 
and problems in the future.  It's worth thinking about for 
anyone that's taken the first step.   This stuff can all
be helpful.  Let's try to get it all in one place! :-)

Larry

Original Message:
-----------------
From: Paul D. DeRocco pderocco@ix.netcom.com
Date: Wed, 30 Oct 2002 12:02:09 -0800
To: cygwin@cygwin.com
Subject: RE: inetd:ssh/telnet/ftp - Im too stupid to use these


> cgf wrote:
>
> I don't know what it is going to take to dynamite people out of their
> preconceptions.  This is not a closed source project.  This is not
> Microsoft.  If you see a need, like improving documentation, you have
> the power to actually change the documentation.  You don't have to
> create a separate link somewhere and point people at it.  You can
> contribute your efforts to the project so that everyone benefits
> automatically.

I suspect it's because that entails yet another learning curve, and people
find it easier just to throw together a web page and put it on their own
personal site.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: inetd:ssh/telnet/ftp - Im too stupid to use these
@ 2002-10-30  8:54 Lane, Frank L
  0 siblings, 0 replies; 10+ messages in thread
From: Lane, Frank L @ 2002-10-30  8:54 UTC (permalink / raw)
  To: cygwin

Tom,

There are some really heavy hitters here, ie Randall, Harold, Chris and
other's who've actually written cygwin, I bet they could help if you decide
not to give up.

Frank

-----Original Message-----
From: Tom Dorgan [mailto:tdorgan@yahoo.com]
Sent: Wednesday, October 30, 2002 10:27 AM
To: cygwin@cygwin.com
Subject: inetd:ssh/telnet/ftp - Im too stupid to use these


ok, I give up. 

I have set up cygwin on at least 20 machines over the last 4 years and I
have never gotten any of these to work right the first try. And, it seems
like every time I get telnet or ssh working, I did something different.
there seems to be no recipe for  making them work. I, like many others, have
spent countless fruitless hours searching the web, the cygwin mailing list,
etc.

right now, I have an xp box that can run ssh, but not telnet, a 2k box that
ran telnet until I started trying to get ssh working, another 2k box that
can only run ssh. none of them can run ftp.

I'm not asking for help. I dont thing there is any. I'm just very tired and
frustrated.

sorry, Im just not smart enough to use this stuff.

tom dorgan.



__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-10-30 23:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-30  8:47 inetd:ssh/telnet/ftp - Im too stupid to use these Tom Dorgan
2002-10-30 12:23 ` Glenn Murray
2002-10-30 12:44   ` Christopher Faylor
2002-10-30 13:09     ` Paul D. DeRocco
2002-10-30 13:38       ` Glenn Murray
2002-10-30  8:54 Lane, Frank L
2002-10-30 13:34 lhall
2002-10-30 13:43 ` Christopher Faylor
2002-10-30 14:00   ` Christopher Faylor
2002-10-30 18:33 lhall

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).