diff CHANGES @ 515:fe30d2a2d626

- Document idle_timeout
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Nov 2008 13:51:55 +0000
parents a3748e54273c
children ce104c8b0be1
line wrap: on
line diff
--- a/CHANGES	Sun Nov 09 10:59:19 2008 +0000
+++ b/CHANGES	Tue Nov 11 13:51:55 2008 +0000
@@ -12,13 +12,19 @@
 
 - Combine netcat-alike and proxy support to allow "multihop" connections, with
   comma-separated host syntax.  Allows running
+
 	  dbclient user1@host1,user2@host2,user3@host3
+
   to end up at host3 via the other two, using SSH TCP forwarding. It's a bit
   like onion-routing. All connections are established from the local machine.
   The comma-separated syntax can also be used for scp/rsync, eg
+
 	  rsync -a -e dbclient m@gateway,m2@host,martello:/home/matt/ ~/backup/
+
   to bounce through a few hosts.
 
+- Add -I "idle timeout" option (contributed by Farrell Aultman)
+
 - Allow restrictions on authorized_keys logins such as restricting commands
   to be run etc. This is a subset of those allowed by OpenSSH, doesn't
   yet allow restricting source host.