Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-vcm-dev] CVS - SSH - and Passwords

Thanks for the quick reply. The problem seems to be related to me not
properly adding the public keys into the authorized_keys file on the
target machine.

David R Robison
Open Roads Consulting, Inc.
http://www.openroadsconsulting.com
 

-----Original Message-----
From: platform-vcm-dev-admin@xxxxxxxxxxx
[mailto:platform-vcm-dev-admin@xxxxxxxxxxx] On Behalf Of Michael Valenta
Sent: Monday, November 18, 2002 1:57 PM
To: platform-vcm-dev@xxxxxxxxxxx
Subject: RE: [platform-vcm-dev] CVS - SSH - and Passwords


I'm not familiar with the cygwin ssh client so I can't talk specifically
about that but I can summarize the options on the EXT Connection Method
preference page. The CVS_RSH filed should be set to the path to the ssh
executable. The parameters field should contain the invokation
parameters
for your ssh executable, including the user, password and host variables
(e.g. I use "-ssh -pw {password} {user}@{host}" to configure putty).
You'll
have to look at the cygwin doc to see what the format for the invocation
arguments are.

Michael



 

                      "David R Robison"

                      <drrobison@openroadscons         To:
<platform-vcm-dev@xxxxxxxxxxx>

                      ulting.com>                      cc:

                      Sent by:                         Subject: RE:
[platform-vcm-dev] CVS - SSH - and Passwords                          
                      platform-vcm-dev-admin@e

                      clipse.org

 

 

                      11/18/2002 01:20 PM

                      Please respond to

                      platform-vcm-dev

 

 




I downloaded the latest version of Eclipse. I'm using cygwin ssh. When I
try to commit a source, I get the error "I/O has been interrupted"
error. I'm not sure how to configure the ext connection page to include
the password. Any idea?

David R Robison
Open Roads Consulting, Inc.
http://www.openroadsconsulting.com


-----Original Message-----
From: platform-vcm-dev-admin@xxxxxxxxxxx
[mailto:platform-vcm-dev-admin@xxxxxxxxxxx] On Behalf Of Michael Valenta
Sent: Monday, November 18, 2002 11:04 AM
To: platform-vcm-dev@xxxxxxxxxxx
Subject: Re: [platform-vcm-dev] CVS - SSH - and Passwords


David,

If you are using a fairly recent 2.1 build of Eclipse(last coupdl of
months), you can configure Eclipse to provide the external SSH tool with
the password entered in Eclipse. This can be done on the Team/CVS/EXT
Connection Method preference page. If you are using an earlier Eclipse,
you
can configure your SSH client to use key authentication. This
configuratin
is specific to the SSH tool you are using. You could also write a script
or
bat file to invoke your ssh client with the proper password and then
have
Eclipse invoke the script as its CVS_RSH command.

Hope this helps...
Michael





                      "David R Robison"

                      <drrobison@openroadscons         To:
<platform-vcm-dev@xxxxxxxxxxx>

                      ulting.com>                      cc:

                      Sent by:                         Subject:
[platform-vcm-dev] CVS - SSH - and Passwords

                      platform-vcm-dev-admin@e

                      clipse.org





                      11/18/2002 10:37 AM

                      Please respond to

                      platform-vcm-dev








I am new to Eclipse and I'm trying to use the CVS integration. My server
uses ssh for authentication. I am running on Windows 2000 and the server
is
a RedHat box. I noticed that the FAQ says that ssh should be setup to
login
without a password. However, each time I try to log in with ssh (from
the
command line) ssh asks me for a password. When I use WinCVS, I am able
to
enter the password when performing cvs operations. With Eclipse, I do
not
get a popup window to enter a password.





Can anyone tell me how to set up ssh to not require a password and/or
how
to configure Eclipse to let me enter the ssh password?





Many thanks in advance.



David R Robison
Open Roads Consulting, Inc.
http://www.openroadsconsulting.com










_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev

_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev




_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev



Back to the top