Hi,
Could you perhaps use -JU to specify the routing-instance:
usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [-JU routing_instanse] [[user@]host1:]file1 ... [[user@]host2:]file2 usage: ftp [-46adeginptUvV] [-P port] [-s src_addr] ftp [host [port]] [-JI interface] [-JU routing-instance] [-JLlogical-router] ftp host:path[/] ftp ftp://host[:port]/path[/] ftp http://host[:port]/file
Example:
archive-sites { "scp://username:password@192.168.0.1 -JU xxxx"; }
Cheers,
Ashvin