X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/fc0ba90a256ed5ac5fcad7eb3a3c9d32ee0a06ef..692ecda865f44644e39e544284d83ac62a465ae3:/README.txt diff --git a/README.txt b/README.txt index e5a2a8be5a..6bf62ed141 100644 --- a/README.txt +++ b/README.txt @@ -17,5 +17,32 @@ If you are deploying from Unix or have Cygwin installed you won't need any addit +If your private key is protected with a pass phrase you may want to also add the following option: + + + + + .... + some_passphrase + + + + +Or you start the ssh-agent in advance. If you are using Cygwin you can add the following lines to your ~./.bashrc in order to optionally start the ssh-agent: + +# +# Start the ssh-agent +# +echo "Start ssh-agent and add private ssh key? [y/n]" +read START_SSH_AGENT + +if [ $START_SSH_AGENT = "y" -o $START_SSH_AGENT = "Y" ]; then + eval `ssh-agent -s` + ssh-add +fi + + +Instructions on how to set this up for Windows can be found here: http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html + + -Instructions on how to set this up for Windows can be found here: http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html \ No newline at end of file