Hello all,

In our project we have this script to automate the build and send it to
our test server:

---------------------------------------
export JAVA_HOME=/opt/j2sdk1.4.2_13/

/opt/netbeans-5.0/ide6/ant/bin/ant _deploy-dev-to \
        -Ddeploy.host=$1 \
        -Ddeploy.pass="ourPassword"
---------------------------------------

now we want to stop using passwords and start using dsa keys. It is
working perfectlly with ssh, for example.

How do I tell and to use my id_dsa key and not use the password ???

thx
jmf




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to