RE: sshexec errors

2004-10-22 Thread Anderson, Rob (Global Trade)
Are you using OpenSSH on the command line? -Rob A > -Original Message- > From: EJ Ciramella [mailto:[EMAIL PROTECTED] > Sent: Friday, October 22, 2004 12:17 PM > To: Ant Users List; Ant Users List > Subject: RE: sshexec errors > > > with -verbose -debug,

RE: sshexec errors

2004-10-22 Thread EJ Ciramella
with -verbose -debug, I can see it's using the correct known-hosts file. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Fri 10/22/2004 12:19 PM To: Ant Users List Cc: Subject: RE: sshexec errors Perhaps the command line ss

RE: sshexec errors

2004-10-22 Thread Anderson, Rob (Global Trade)
of that would cause an error in Ant and no warning on the command line. -Rob Anderson > -Original Message- > From: EJ Ciramella [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 5:52 PM > To: Ant Users List > Subject: RE: sshexec errors > > > the sam

RE: sshexec errors

2004-10-21 Thread EJ Ciramella
P.S. - I get no warnings when running the raw command. -Original Message- From: Charles Hudak [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 8:57 PM To: Ant Users List Subject: RE: sshexec errors The raw ssh command will usually accept new/changed host keys with a warning

RE: sshexec errors

2004-10-21 Thread EJ Ciramella
So what's the solution? I'm a bit baffled by this whole thing. -Original Message- From: Charles Hudak [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 8:57 PM To: Ant Users List Subject: RE: sshexec errors The raw ssh command will usually accept new/changed host k

RE: sshexec errors

2004-10-21 Thread Charles Hudak
sr" > password="pass" > command="sudo /usr/local/apache/bin/apachectl stop"/> > > And I get this weird error. What gives? > > -Original Message- > From: Charles Hudak [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: sshexec errors

2004-10-21 Thread EJ Ciramella
Sent: Thursday, October 21, 2004 8:41 PM To: Ant Users List Subject: RE: sshexec errors "The man-in-the-middle attack has also become inpossible, because the client does of course check the identity of the remote host using his host key, too. To archieve maximum security here, the client sho

RE: sshexec errors

2004-10-21 Thread Charles Hudak
ource code, that is likely the problem. > -Original Message- > From: EJ Ciramella [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 5:24 PM > To: Ant Users List > Subject: sshexec errors > > > Hello all - I'm getting a strange

sshexec errors

2004-10-21 Thread EJ Ciramella
Hello all - I'm getting a strange error with my script when I'm trying to restart apache remotely: com.jcraft.jsch.JSchException: HostKey has been changed Could anyone shed some light on this? - To unsubscribe, e-mail: [EMAIL P