RE: Question re sshexec

2005-12-21 Thread Anderson, Rob (Global Trade)
ery=ssh&sektion=1 Read the Authentication section. Pay special attention to the 4th - 6th paragraphs. > > Rhino > > - Original Message - > From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> > To: "Rhino" <[EMAIL PROTECTED]>; &q

Re: Question re sshexec

2005-12-21 Thread Rhino
ers List" Sent: Wednesday, December 21, 2005 5:51 AM Subject: Re: Question re sshexec Rhino wrote: I've read the documentation you suggested - actually, I read the whole page - but only half understand it so I have some followup questions. Am I correct in understanding that Ant need

Re: Question re sshexec

2005-12-21 Thread Steve Loughran
ot;http://myserver.com/home/rhino/.ssh/id_rsa";? Rhino - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "ant-user" Sent: Tuesday, December 20, 2005 6:01 PM Subject: RE: Question

Re: Question re sshexec

2005-12-20 Thread Rhino
IL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "ant-user" Sent: Tuesday, December 20, 2005 6:01 PM Subject: RE: Question re sshexec Actually my question was about the version of ssh you are using on your client machine, not the server, but both were answered. This does

RE: Question re sshexec

2005-12-20 Thread Anderson, Rob (Global Trade)
nal Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 20, 2005 2:51 PM > To: ant-user > Cc: Anderson, Rob (Global Trade) > Subject: Re: Question re sshexec > > I've finally received an answer about our SSH setup from the > administrator of

Re: Question re sshexec

2005-12-20 Thread Rhino
(Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, December 19, 2005 2:11 PM Subject: RE: Question re sshexec task It may be that your ssh keyfile is in the wrong format. What version/vendor of ssh did you use to generate the keyfile? -Rob Anderso

Re: Question re sshexec task

2005-12-19 Thread Rhino
I'm not sure. I'll check with the system administrator and get back to you Rhino - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, December 19, 2005 2:11 PM Subject: RE: Question r

RE: Question re sshexec task

2005-12-19 Thread Anderson, Rob (Global Trade)
> Also, just a little thing but how do I notify the developer > of this task about the typo in the error message; he/she's > got "invalid" spelled without the 'l'. This is an optional > task so I'm not sure if I have to contact them directly or if > I can get a message to them via this mailing

RE: Question re sshexec task

2005-12-19 Thread Anderson, Rob (Global Trade)
It may be that your ssh keyfile is in the wrong format. What version/vendor of ssh did you use to generate the keyfile? -Rob Anderson > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 17, 2005 3:31 PM > To: ant-user > Subject: Ques

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, Rhino -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 2:55 PM To: Ant Users List Subject: Re: Question re sshexec task >Oh dear, this looks like it is going to be a lot more involved than just >using the sshexec and scp tasks

Re: Question re sshexec task

2005-12-19 Thread Rhino
ve to start it manually. Rhino - Original Message - From: "Rebhan, Gilbert" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Monday, December 19, 2005 4:25 AM Subject: RE: Question re sshexec task Hi, Rhino -Original Message- From: Rhino [mailto

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, -Original Message- From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 1:25 PM To: Ant Users List Subject: Re: Question re sshexec task >Thanks for providing the example of exec. >I have questions: >Which system is the ant script r

Re: Question re sshexec task

2005-12-19 Thread glenn opdycke-hansen
script). rexec has issues, too. --glenn On 12/19/05, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > Hi, Rhino > > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 18, 2005 3:30 PM > To: Ant Users List > Subj

RE: Question re sshexec task

2005-12-19 Thread Rebhan, Gilbert
Hi, Rhino -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Sunday, December 18, 2005 3:30 PM To: Ant Users List Subject: Re: Question re sshexec task /* Could you possibly post a small example of the technique you're using? I'm not sure how to combine exec wi

Re: Question re sshexec task

2005-12-18 Thread Rhino
- Original Message - From: "Gilbert Rebhan" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Sunday, December 18, 2005 5:39 AM Subject: Re: Question re sshexec task Hi, Rhino Is there any problem with blanks or apostrophes within the name of a keyfil

Re: Question re sshexec task

2005-12-18 Thread Gilbert Rebhan
Hi, Rhino > Is there any problem with blanks or apostrophes within the name of a > keyfile in an sshexec task? I am running Ant 1.6.5 in Eclipse 3.1.1. > [ ... ] my practical experience with the ssh task and ant 1.6.5 some time ago = didn't work for me on AIX, even with the most actual jsch.jar

Question re sshexec task

2005-12-17 Thread Rhino
Is there any problem with blanks or apostrophes within the name of a keyfile in an sshexec task? I am running Ant 1.6.5 in Eclipse 3.1.1. Our environment changed recently so I need to modify my build scripts to use keys instead of passwords. After reading the sshexec article in the Ant manual,

Re: Question re sshexec and MySQL

2004-10-18 Thread Rhino
Please ignore my question. The sshexec tasks works now even though I didn't change anything that should have made a difference. Rhino - Original Message - From: Rhino To: ant-user Sent: Monday, October 18, 2004 7:53 PM Subject: Question re sshexec and MySQL Hi,

Question re sshexec and MySQL

2004-10-18 Thread Rhino
Hi,   I'm trying to run a slightly complicated command in an sshexec task and I'm getting an error that I don't understand. Here is the task:   host="${server.hostname}" username="${tonge-userid}" password="${tonge-password}" trust="true" command="cd ${server.target.dir}; mysql -u ${mysql-u