public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Inhibit password
@ 2001-11-07  8:52 Rhomer L Oliveira Jr
  2001-11-07  8:59 ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Rhomer L Oliveira Jr @ 2001-11-07  8:52 UTC (permalink / raw)
  To: Corinna Vinschen

I installed SSH in a machine NT and the machine that will access it NT and a
SOLARIS.
When SOLARIS uses the command to authenticate in the Server he asks for a "YES"
and
the "PASSWORD." I need that he/she doesn't appear the option of "YES" and the
"PASSWORD"
and among direct.

It follows an example below:

COMAND: /usr/local/bin/scp -P 22 -q /home/sol7.gov
administrador@172.18.35.214:/home/teste no servidor solaris2, apresentou a
seguinte mensagem:

The authenticity of host '172.18.35.214 (172.18.35.214)' can't be established.
DSA key fingerprint is 99:a0:3e:81:2b:47:eb:4f:50:45:67:74:e6:57:fb:40.
Are you sure you want to continue connecting (yes/no)?   .... respondi yes
Warning: Permanently added '172.18.35.214' (DSA) to the last of known hosts.
This is an evaluation version of the SSH Secure Shell Windows Server.
The evaluation version expires on Fri Nov 30 2001)
administrador@172.18.35.214's password:

I await answer,


Rhomer Oliveira







--
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] 11+ messages in thread
* RE: Inhibit password
@ 2001-11-07  9:26 Churchill, Dan  (MN65)
  0 siblings, 0 replies; 11+ messages in thread
From: Churchill, Dan  (MN65) @ 2001-11-07  9:26 UTC (permalink / raw)
  To: 'Rhomer L Oliveira Jr'; +Cc: 'cygwin@cygwin.com'

See comments below...

> -----Original Message-----
> From: Rhomer L Oliveira Jr [ mailto:rhomer@serasa.com ]
> Sent: Wednesday, November 07, 2001 12:09 PM
> To: Corinna Vinschen
> Subject: Re: Inhibit password
>=20
>=20
> That was an example of as the UNIX this if connecting in the=20
> NT, they put
> appears the same message
>  when I use the connection through CYGWIN.=20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This makes little if any sense to me.

> See the example:
>=20
> C:\>ssh administrador@pc21901
> Could not create directory '/home/ssd6912/.ssh'.
> The authenticity of host 'pc21901 (172.18.35.214)' can't be=20
> established.
> DSA key fingerprint is=20
> 99:a0:3e:81:2b:47:eb:4f:50:45:67:74:e6:57:fb:40.
> Are you sure you want to continue connecting (yes/no)? yes
> Failed to add the host to the list of known hosts
> (/home/ssd6912/.ssh/known_hosts2).
> This is an evaluation version of the SSH Secure Shell Windows Server.
> The evaluation version expires on Fri Nov 30 2001)
> administrador@pc21901's password:
> Microsoft Windows 2000 [Vers=C6o 5.00.2195]
> (C) Copyright 1985-2000 Microsoft Corp.
>=20
> C:\Documents and Settings\Administrador>

Corinna's point, I think, was that the ssh client you are using is not =
the
ssh that ships with Cygwin, and so why are you asking about this here?

If you are trying to connect to an NT machine running sshd in Cygwin, =
it
might make sense for you to ask about it here.  In any case, if you =
want to
disallow people from connecting using password authentication, then you =
need
to spend some time in the documentation for the Secure Shell daemon =
that
you're attaching to and figure out how to restrict that with settings =
in the
sshd_config file (it can be done, though I don't know the exact =
setting).
If you don't want to *prevent* password authentication, but want to do =
host
& key-based authentication that doesn't require user interaction (e.g. =
for
running scripts executed by cron), then you need to make sure that you =
have
all the appropriate public/private key files in the correct places.  =
Again,
I suggest some time with the ssh documentation, whatever version of it =
you
are using.

Luck to you,
Dan

--
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] 11+ messages in thread
* Re: Inhibit password
@ 2001-11-07  9:12 Rhomer L Oliveira Jr
  2001-11-07 10:11 ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Rhomer L Oliveira Jr @ 2001-11-07  9:12 UTC (permalink / raw)
  To: Corinna Vinschen

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

That was an example of as the UNIX this if connecting in the NT, they put
appears the same message
 when I use the connection through CYGWIN. See the example:

C:\>ssh administrador@pc21901
Could not create directory '/home/ssd6912/.ssh'.
The authenticity of host 'pc21901 (172.18.35.214)' can't be established.
DSA key fingerprint is 99:a0:3e:81:2b:47:eb:4f:50:45:67:74:e6:57:fb:40.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts
(/home/ssd6912/.ssh/known_hosts2).
This is an evaluation version of the SSH Secure Shell Windows Server.
The evaluation version expires on Fri Nov 30 2001)
administrador@pc21901's password:
Microsoft Windows 2000 [VersÆo 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\Documents and Settings\Administrador>







--
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] 11+ messages in thread
* Inhibit password
@ 2001-11-07  6:30 Rhomer L Oliveira Jr
  2001-11-07  7:34 ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: Rhomer L Oliveira Jr @ 2001-11-07  6:30 UTC (permalink / raw)
  To: cygwin

Hello brother's



How I inhibit the password in the logon and I already altered the ssh_config
and sshd_config for "PasswordAuthentication in the "



I await answer



Rhomer Oliveira







--
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] 11+ messages in thread
* Inhibit password
@ 2001-11-06  9:35 Rhomer L Oliveira Jr
  2001-11-08  6:40 ` Thomas Widlar
  0 siblings, 1 reply; 11+ messages in thread
From: Rhomer L Oliveira Jr @ 2001-11-06  9:35 UTC (permalink / raw)
  To: cygwin

How I inhibit the password in the logon and I already altered the ssh_config
and sshd_config for "PasswordAuthentication in the "



I await answer



Rhomer Oliveira







--
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] 11+ messages in thread
* Inhibit password
@ 2001-11-06  7:18 Rhomer L Oliveira Jr
  0 siblings, 0 replies; 11+ messages in thread
From: Rhomer L Oliveira Jr @ 2001-11-06  7:18 UTC (permalink / raw)
  To: cygwin

How I inhibit the password in the logon and I already altered the ssh_config
and sshd_config for "PasswordAuthentication in the "



I await answer



Rhomer Oliveira







--
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] 11+ messages in thread

end of thread, other threads:[~2001-11-08  6:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-07  8:52 Inhibit password Rhomer L Oliveira Jr
2001-11-07  8:59 ` Corinna Vinschen
2001-11-07 12:28   ` ncftp via ssh tunnel rotaiv
  -- strict thread matches above, loose matches on Subject: below --
2001-11-07  9:26 Inhibit password Churchill, Dan  (MN65)
2001-11-07  9:12 Rhomer L Oliveira Jr
2001-11-07 10:11 ` Christopher Faylor
2001-11-07  6:30 Rhomer L Oliveira Jr
2001-11-07  7:34 ` Corinna Vinschen
2001-11-06  9:35 Rhomer L Oliveira Jr
2001-11-08  6:40 ` Thomas Widlar
2001-11-06  7:18 Rhomer L Oliveira Jr

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