comparison CHANGES @ 513:a3748e54273c

Idle timeout patch from Farrell Aultman. Needs testing, unsure if server code works
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Nov 2008 14:11:06 +0000
parents b85507ade010
children fe30d2a2d626
comparison
equal deleted inserted replaced
510:b85507ade010 513:a3748e54273c
14 comma-separated host syntax. Allows running 14 comma-separated host syntax. Allows running
15 dbclient user1@host1,user2@host2,user3@host3 15 dbclient user1@host1,user2@host2,user3@host3
16 to end up at host3 via the other two, using SSH TCP forwarding. It's a bit 16 to end up at host3 via the other two, using SSH TCP forwarding. It's a bit
17 like onion-routing. All connections are established from the local machine. 17 like onion-routing. All connections are established from the local machine.
18 The comma-separated syntax can also be used for scp/rsync, eg 18 The comma-separated syntax can also be used for scp/rsync, eg
19 scp -S dbclient matt@martello,root@wrt,canyons:/tmp/dump . 19 rsync -a -e dbclient m@gateway,m2@host,martello:/home/matt/ ~/backup/
20 to bounce through a few hosts. 20 to bounce through a few hosts.
21 21
22 - Allow restrictions on authorized_keys logins such as restricting commands 22 - Allow restrictions on authorized_keys logins such as restricting commands
23 to be run etc. This is a subset of those allowed by OpenSSH, doesn't 23 to be run etc. This is a subset of those allowed by OpenSSH, doesn't
24 yet allow restricting source host. 24 yet allow restricting source host.