RE: maven and plink

2004-11-11 Thread Jason Roscoe
for 3 days now. Thanks -Original Message- From: Jason Roscoe [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:01 PM To: 'Arnaud HERITIER'; 'Maven Users List' Subject: RE: maven and plink Ok, here is a way I got around getting plink to work. I ran: pl

RE: maven and plink

2004-11-10 Thread Jason Roscoe
_ From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 1:04 PM To: [EMAIL PROTECTED]; 'Maven Users List' Subject: RE: maven and plink Are you sure that you set your login (prgjr1) in your key comment when you created it ? Here is my trace :

RE: maven and plink

2004-11-10 Thread Jason Roscoe
I did that and still got the same results. -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 10:47 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: maven and plink When you create your key in the puttygen tool you must add the

Re: maven and plink

2004-11-10 Thread Arnaud HERITIER
When you create your key in the puttygen tool you must add the username that you use to log on the remote system in the field "key comment" Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

RE: maven and plink

2004-11-10 Thread Jason Roscoe
RSA key. Do II need to add something to the comment? The comment it generated was rsa-key-20041109. _ From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 1:04 PM To: [EMAIL PROTECTED]; 'Maven Users List' Subject: RE: maven and plink Are you sur

RE: maven and plink

2004-11-09 Thread Arnaud HERITIER
naud _ De : Jason Roscoe [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 novembre 2004 18:26 À : 'Arnaud HERITIER' Objet : RE: maven and plink I tried that before, and just again now and I get the same results. _ From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sen

RE: maven and plink

2004-11-09 Thread Jason Roscoe
I tried that before, and just again now and I get the same results. _ From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 12:24 PM To: [EMAIL PROTECTED] Subject: RE: maven and plink I don’t know if it changes something but on the apache server

RE: maven and plink

2004-11-09 Thread Jason Roscoe
004 11:43 AM To: [EMAIL PROTECTED] Subject: RE: maven and plink Did you register your key on the server account ?? In your distant account you must create a file named ~/.ssh/authorized_keys2 and store your public key in OpenSSH format : ssh-dss ….. yourLogin And when you create your key y

RE: maven and plink

2004-11-09 Thread Jörg Schaible
9, 2004 9:10 AM > To: Maven Users List; [EMAIL PROTECTED]; Brett Porter Subject: RE: > maven and plink > > http://jira.codehaus.org/browse/MPARTIFACT-28 > See one of the last comments ... [snip] >>>> webserver. I have my build.properties file that looks like

RE: maven and plink

2004-11-09 Thread Jason Roscoe
I have Pageant launched and I have added my private key. That's all I can do in pageant, right? -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 9:23 AM To: 'Maven Users List'; [EMAIL PROTECTED] Subject: RE: maven and

RE: maven and plink

2004-11-09 Thread Arnaud HERITIER
> À : 'Brett Porter' > Cc : 'Maven Users List' > Objet : RE: maven and plink > > I generated a ssh key and ftp'd it to our linux box and followed your > instructions. When I run plink -v -l prgjr1 xxx.xxx.xxx.xxx, I get this: > > Server version

RE: maven and plink

2004-11-09 Thread Jörg Schaible
is running. Requesting keys. > Pageant has 0 SSH2 keys > Keyboard-interactive authentication refused > [EMAIL PROTECTED]'s password: > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 08, 2004 2:52 PM > To: [EMAIL PRO

RE: maven and plink

2004-11-09 Thread Jason Roscoe
mber 08, 2004 2:52 PM To: [EMAIL PROTECTED] Cc: Maven Users List Subject: Re: maven and plink If you are looking for a tutorial on SSH, I've found the ones on sourceforge to generally be helpful. The putty documentation might have more information too. Basic steps (on which you'll have t

RE: maven and plink

2004-11-08 Thread Jason Roscoe
So you haven't used maven in this fashion? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:08 PM To: 'Maven Users List' Subject: RE: maven and plink > -Original Message- > From: Jason Roscoe [mailto:[EM

RE: maven and plink

2004-11-08 Thread Vincent Massol
> -Original Message- > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > Sent: lundi 8 novembre 2004 21:03 > To: 'Maven Users List' > Subject: RE: maven and plink > > > If I do that, do I still use plink the way I have it? > No idea, I haven't

RE: maven and plink

2004-11-08 Thread Jason Roscoe
If I do that, do I still use plink the way I have it? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:02 PM To: 'Maven Users List' Subject: RE: maven and plink > -Original Message- > From: Brett Porte

RE: maven and plink

2004-11-08 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 8 novembre 2004 20:38 > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: maven and plink > > to use plink in this fashion, you will need to have pageant running > and a privat

Re: maven and plink

2004-11-08 Thread Brett Porter
> shows nothing but garbage after I do that). > > Thanks > > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 08, 2004 2:38 PM > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: maven and plink >

RE: maven and plink

2004-11-08 Thread Jason Roscoe
, 2004 2:38 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: maven and plink to use plink in this fashion, you will need to have pageant running and a private key loaded. If you can shell into their from the command line using plink without needing a password, you should be set to go with the

Re: maven and plink

2004-11-08 Thread Brett Porter
to use plink in this fashion, you will need to have pageant running and a private key loaded. If you can shell into their from the command line using plink without needing a password, you should be set to go with the same options above for Maven. - Brett On Mon, 8 Nov 2004 12:46:35 -0500, Jason