From a52db06210c5705306127f0d732c7e1fe6a9277c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 14 Jul 2008 15:11:23 +0000 Subject: [PATCH] command line password is not always better than hard coded git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676616 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/sshexec.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index 89327a804..6df7607c1 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -189,6 +189,9 @@ Invoke ant with the following command line:
     ant -Dusername=me -Dpassword=mypassword target1 target2
 
+which trades hard coded passwords for the possibility that any other +user tracing processes on the machine running Ant (or reading your +command shell's history) may now read the password.