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 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

Ant on AIX using SCP to transfer files with ssh2 keys

2008-04-28 Thread MaxSteel
Hey everyone, I'm hoping you can shed some light on this for me. I'm new to ANT and am trying to troubleshoot an issue. I have searched high and low and all the answers that I found do not seem to work with my configuration. I have successfully gotten scp to work using user/pass authentication