public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* SSH 1.2.26 id problem
@ 1999-02-26 17:35 Byron Foster
       [not found] ` < 001801be61f4$326f44e0$d9d850ce@dssolutions.com >
  1999-02-28 23:02 ` Byron Foster
  0 siblings, 2 replies; 8+ messages in thread
From: Byron Foster @ 1999-02-26 17:35 UTC (permalink / raw)
  To: cygwin

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: SSH 1.2.26 id problem
       [not found] ` < 001801be61f4$326f44e0$d9d850ce@dssolutions.com >
@ 1999-02-26 17:38   ` DJ Delorie
  1999-02-28 23:02     ` DJ Delorie
  0 siblings, 1 reply; 8+ messages in thread
From: DJ Delorie @ 1999-02-26 17:38 UTC (permalink / raw)
  To: bfoster; +Cc: cygwin

Based on the sources, I'd say it was expecting a proper record for
your uid in the /etc/passwd file.  Do you have an /etc/passwd file
with an entry for your uid?

>      I recently downloaded ssh 1.2.26 from Surgey's site.  However, I'm =
> having difficulty getting it to run.  On both NT and win98 I get the =
> error "You don't exist, go away!" when I type either ssh or ssh-keygen.  =

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* SSH 1.2.26 id problem
  1999-02-26 17:35 SSH 1.2.26 id problem Byron Foster
       [not found] ` < 001801be61f4$326f44e0$d9d850ce@dssolutions.com >
@ 1999-02-28 23:02 ` Byron Foster
  1 sibling, 0 replies; 8+ messages in thread
From: Byron Foster @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: SSH 1.2.26 id problem
  1999-02-26 17:38   ` DJ Delorie
@ 1999-02-28 23:02     ` DJ Delorie
  0 siblings, 0 replies; 8+ messages in thread
From: DJ Delorie @ 1999-02-28 23:02 UTC (permalink / raw)
  To: bfoster; +Cc: cygwin

Based on the sources, I'd say it was expecting a proper record for
your uid in the /etc/passwd file.  Do you have an /etc/passwd file
with an entry for your uid?

>      I recently downloaded ssh 1.2.26 from Surgey's site.  However, I'm =
> having difficulty getting it to run.  On both NT and win98 I get the =
> error "You don't exist, go away!" when I type either ssh or ssh-keygen.  =

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: SSH 1.2.26 id problem
  1999-02-27 15:03   ` DJ Delorie
@ 1999-02-28 23:02     ` DJ Delorie
  0 siblings, 0 replies; 8+ messages in thread
From: DJ Delorie @ 1999-02-28 23:02 UTC (permalink / raw)
  To: bfoster; +Cc: cygwin

Find the part in ssh.c where it says "if the program name isn't one of
the standard names, use it as a host name" and fix it.  It probably
doesn't expect "ssh.exe" or "SSH" or whatever you're giving it.  Add a
printf to find out what it's comparing against.

> Bad host name: "ssh"

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: SSH 1.2.26 id problem
  1999-02-27 14:12 Byron Foster
       [not found] ` < 001601be62a1$0ca4b490$d9d850ce@dssolutions.com >
@ 1999-02-28 23:02 ` Byron Foster
  1 sibling, 0 replies; 8+ messages in thread
From: Byron Foster @ 1999-02-28 23:02 UTC (permalink / raw)
  To: DJ Delorie; +Cc: cygwin

>>      I recently downloaded ssh 1.2.26 from Surgey's site.  However, I'm
>> having difficulty getting it to run.  On both NT and win98 I get the
>> error "You don't exist, go away!" when I type either ssh or ssh-keygen.
>
>Based on the sources, I'd say it was expecting a proper record for
>your uid in the /etc/passwd file.  Do you have an /etc/passwd file
>with an entry for your uid?
>

Yep, that was the problem, thanks!  I can now use ssh at the command line.
However, I'm still having problems getting it to work through cvs,  I get
the following error:

C:/>cvs -t his
cvs history: notice: main loop with CVSROOT=:ext:bfoster@defender:/dss_rep
 -> Starting server: ssh defender -l bfoster cvs server
Bad host name: "ssh"
cvs [history aborted]: end of file from server (consult above messages if
any)

This same configuration works with ssh version 1.1.14, or at least it get
past this point, but unfortunately 1.1.14 converts CRLFs so it can not be
used for checkouts or commits...

Also I noticed that sshd is compiled and should be working, however it
always says permissions denied when I try to login, not matter what
password.  I tried to look for information on passwords, but I couldn't fix
the problem.  Is sshd using the standard NT login password, or is there
another file I need to create?

Thanks a bunch,

Byron Foster








--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: SSH 1.2.26 id problem
       [not found] ` < 001601be62a1$0ca4b490$d9d850ce@dssolutions.com >
@ 1999-02-27 15:03   ` DJ Delorie
  1999-02-28 23:02     ` DJ Delorie
  0 siblings, 1 reply; 8+ messages in thread
From: DJ Delorie @ 1999-02-27 15:03 UTC (permalink / raw)
  To: bfoster; +Cc: cygwin

Find the part in ssh.c where it says "if the program name isn't one of
the standard names, use it as a host name" and fix it.  It probably
doesn't expect "ssh.exe" or "SSH" or whatever you're giving it.  Add a
printf to find out what it's comparing against.

> Bad host name: "ssh"

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: SSH 1.2.26 id problem
@ 1999-02-27 14:12 Byron Foster
       [not found] ` < 001601be62a1$0ca4b490$d9d850ce@dssolutions.com >
  1999-02-28 23:02 ` Byron Foster
  0 siblings, 2 replies; 8+ messages in thread
From: Byron Foster @ 1999-02-27 14:12 UTC (permalink / raw)
  To: DJ Delorie; +Cc: cygwin

>>      I recently downloaded ssh 1.2.26 from Surgey's site.  However, I'm
>> having difficulty getting it to run.  On both NT and win98 I get the
>> error "You don't exist, go away!" when I type either ssh or ssh-keygen.
>
>Based on the sources, I'd say it was expecting a proper record for
>your uid in the /etc/passwd file.  Do you have an /etc/passwd file
>with an entry for your uid?
>

Yep, that was the problem, thanks!  I can now use ssh at the command line.
However, I'm still having problems getting it to work through cvs,  I get
the following error:

C:/>cvs -t his
cvs history: notice: main loop with CVSROOT=:ext:bfoster@defender:/dss_rep
 -> Starting server: ssh defender -l bfoster cvs server
Bad host name: "ssh"
cvs [history aborted]: end of file from server (consult above messages if
any)

This same configuration works with ssh version 1.1.14, or at least it get
past this point, but unfortunately 1.1.14 converts CRLFs so it can not be
used for checkouts or commits...

Also I noticed that sshd is compiled and should be working, however it
always says permissions denied when I try to login, not matter what
password.  I tried to look for information on passwords, but I couldn't fix
the problem.  Is sshd using the standard NT login password, or is there
another file I need to create?

Thanks a bunch,

Byron Foster








--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-02-28 23:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-26 17:35 SSH 1.2.26 id problem Byron Foster
     [not found] ` < 001801be61f4$326f44e0$d9d850ce@dssolutions.com >
1999-02-26 17:38   ` DJ Delorie
1999-02-28 23:02     ` DJ Delorie
1999-02-28 23:02 ` Byron Foster
1999-02-27 14:12 Byron Foster
     [not found] ` < 001601be62a1$0ca4b490$d9d850ce@dssolutions.com >
1999-02-27 15:03   ` DJ Delorie
1999-02-28 23:02     ` DJ Delorie
1999-02-28 23:02 ` Byron Foster

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