Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
. -Rob Anderson -Original Message- From: Atsuhiko Yamanaka [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 9:50 AM To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1 I'm not familiar with the configuration of OpenSSH 3.8, but I guess you can e

RE: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Anderson, Rob (Global Trade)
[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 9:50 AM > To: Ant Users List > Subject: Re: sshexec Authentication Problem with SuSE 9.1 > > > I'm not familiar with the configuration of OpenSSH 3.8, > but I guess you can enable 'passwd' authenti

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Atsuhiko Yamanaka
I'm not familiar with the configuration of OpenSSH 3.8, but I guess you can enable 'passwd' authentication and disable 'keyborad-interactive' authentication by modifying /etc/ssh/sshd_config. On Wed, 08 Dec 2004 18:40:36 +0100, Peter Neu <[EMAIL PROTECTED]> wrote: > If I got you right, then the ss

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
If I got you right, then the sshd has to compiled with the feature 'publickey,keyboard-interactive' disabled. Elsewhise it won't work, right ? Atsuhiko Yamanaka schrieb: Hi, According to a log from 'ssh -v -v -v localhost', which was sent to me directly, his sshd supports 'publickey,keyboard-inter

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
Well, I tried it with all user. Anderson, Rob (Global Trade) schrieb: Are you logging in as root? -Rob A -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 6:12 AM To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Atsuhiko Yamanaka
Hi, According to a log from 'ssh -v -v -v localhost', which was sent to me directly, his sshd supports 'publickey,keyboard-interactive'. I think that is the reason; sshexec in Ant has not supported 'keyborad-interactive' yet. It is easy to add KbdInt support, but it is for the interactive session

RE: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Anderson, Rob (Global Trade)
Are you logging in as root? -Rob A > -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 6:12 AM > To: Ant Users List > Subject: Re: sshexec Authentication Problem with SuSE 9.1 > > > Hello Rob, > > the err

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Atsuhiko Yamanaka
Hi, On Wed, 08 Dec 2004 15:11:50 +0100, Peter Neu <[EMAIL PROTECTED]> wrote: > Hello Rob, > > Atsuhiko suggested to enable "PAMAuthenticationViaKbdInt" which is > decaprecated > in OpenSSH.3.8. No, I have not suggested you that. That is just a question. Have you enabled PAM authentication via

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
al Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 11:48 AM To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1 Hello Rob, I only got SuSE 9.1 client/servers in my network. I works on neither of them. I got Jsch 0.1.18. I tried wro

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Atsuhiko Yamanaka
;>From: Peter Neu [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, December 07, 2004 4:49 AM > >>To: Ant Users List > >>Subject: Re: sshexec Authentication Problem with SuSE 9.1 > >> > >> > >>Hello Rob, > >> > >>the

RE: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Anderson, Rob (Global Trade)
h are you using? Can you connect to any other > hosts with the sshexec task? > > > >-Rob Anderson > > > > > > > >>-Original Message- > >>From: Peter Neu [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, December 07, 2004 4:49 AM > &g

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Peter Neu
t: Tuesday, December 07, 2004 4:49 AM To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1 Hello Rob, the server has OpenSSH 3.8p1-33 installed. The exception looks like this BUILD FAILED C:\Antworker II\Ant-Trial\build.xml:11: com.jcraft.jsch.JSchException: Auth fail

RE: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Anderson, Rob (Global Trade)
b Anderson > -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 4:49 AM > To: Ant Users List > Subject: Re: sshexec Authentication Problem with SuSE 9.1 > > > Hello Rob, > > the server has OpenSSH 3.8p1-33 installed. The

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Peter Neu
Hello Rob, the server has OpenSSH 3.8p1-33 installed. The exception looks like this BUILD FAILED C:\Antworker II\Ant-Trial\build.xml:11: com.jcraft.jsch.JSchException: Auth fail at org.apache.tools.ant.taskdefs.optional.ssh.SSHExec.execute(SSHExec.java:211) at org.apache.tools.ant.

RE: sshexec Authentication Problem with SuSE 9.1

2004-12-06 Thread Anderson, Rob (Global Trade)
Jsch is an implementation of SSH2. It does not support SSH1. What is the error message you are getting? What implementation of SSH2 are you using on the server? OpenSSH? -Rob Anderson > -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 04, 2004 2: