RE: Ant on AIX using SCP to transfer files with ssh2 keys

2008-05-21 Thread Anderson, Rob (Global Trade)
al Message- From: MaxSteel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 9:38 AM To: user@ant.apache.org Subject: Re: Ant on AIX using SCP to transfer files with ssh2 keys Update, finally got a straight answer from one of my sys admins, we are using: "WRQ's version of

Re: Ant on AIX using SCP to transfer files with ssh2 keys

2008-04-30 Thread MaxSteel
Update, finally got a straight answer from one of my sys admins, we are using: "WRQ's version of SSH2 which used to be F-Secure" If that helps.. thanks. -- View this message in context: http://www.nabble.com/Ant-on-AIX-using-SCP-to-transfer-files-with-ssh2-keys-tp16952909p16986856.html Sent fro

Re: Ant on AIX using SCP to transfer files with ssh2 keys

2008-04-30 Thread MaxSteel
First, does jsch need this "known hosts" file.. is that why it's not working? if so, what should this file look like for ssh2? Second, Does my script look correct at least for keys to work? "build.xml" 17 lines, 713 characters

Re: Ant on AIX using SCP to transfer files with ssh2 keys

2008-04-29 Thread Atsuhiko Yamanaka
Hi, 2008/4/30 MaxSteel <[EMAIL PROTECTED]>: > > So from my research, I am using jsch on apache-ant v1.7.0 > > Also, the type of keys I am using on these servers is known as "tectia > keys". I don't know about "tectia keys", but jsch only accepts private keys in openssh format. --

Re: Ant on AIX using SCP to transfer files with ssh2 keys

2008-04-29 Thread MaxSteel
So from my research, I am using jsch on apache-ant v1.7.0 Also, the type of keys I am using on these servers is known as "tectia keys". No known_hosts file is created, only a directory called "hostkeys" in home/user/.ssh2/hostkeys is created with separate public keys in separate fies in this dir