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.