Comment 4 for bug 349072

Revision history for this message
Nick Moffitt (nick-moffitt) wrote :

The ksy is limited as:

 command="cd /srv/backups/first.last && rdiff-backup --server --restrict /srv/ backups/first.last",no-port-forwarding,no-X11-forwarding,no-agent-forwarding, no-pty,from="10.45.43.*" ssh-rsa AAAA(etc) foo@bar

The command that runs the test and gets the traceback is:

 rdiff-backup --remote-schema "ssh -i $IDENTITY -C %s rdiff-backup --server" --test-server <email address hidden>::/srv/backups/first.last//home

$IDENTITY is just the path to the key (since I could see no other way to do that without an agent)

The clients are Jaunty, and the server is Hardy with backports of the Jaunty librsync and rdiff-backup packages.