diff --git a/WHATSNEW b/WHATSNEW
index 7577745d6..f3e4d688f 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -161,6 +161,8 @@ Other changes:
command over SSH. They require jsch, a BSD licensed SSH library that
can be found at http://www.jcraft.com/jsch/index.html
+* New filterreader
since Ant 1.6
+Copies a file or FileSet to or from a remote machine running SSH daemon. FileSet only works for copying files from the local machine to a remote machine.
diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index b4f58d52b..eb47fadde 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -9,6 +9,9 @@since Ant 1.6
+Runs a command on a remote machine running SSH daemon.