On Fri, 21 Feb 2003, Rob H. Anderson <[EMAIL PROTECTED]>
wrote:
> For ssh keys, when supported, what would the usage be?
>
> Perhaps:
>
> <scp todir="someuser:[EMAIL PROTECTED]:/home/dude2/"
> keyfile="/home/dude/.ssh/id_dsa">
> <fileset basedir="/home/dude/src">
> <include value="**/*.java"/>
> </fileset>
> </scp>
keyfile could be optional and default to ${user.home}/.ssh/id_dsa
I'd probably use separate attributes for password and passphrase.
Only one can be specified - passphrase implies key authentication.
Nothing set into stone here, it's not that hard to convince me
otherwise 8-)
Stefan