summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-11-11 13:51:55 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-11-11 13:51:55 +0000
commitd005aa139ee347e3c335e425578ea5f40b009c2a (patch)
tree863621ce9e7cee1648aa754e4ca5615811b50499 /CHANGES
parent5efdd391eb215a26c6efd5e632f2b0d9823515b3 (diff)
- Document idle_timeout
--HG-- extra : convert_revision : da3bab4cab817b6a9ecede779e0524c38c9fb760
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16810ee..e21a08a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.