On Tue, Aug 7, 2012 at 11:55 AM, BRAGA, Bruno <[email protected]> wrote: > Hi, > > I have a system in which I can only get a single SSH entry point to the > private network, and from there, propagate application deployments across > multiple servers... Is there a way to achieve this with Fabric? Basically, > it is all about doing SSH within an SSH, and so on... It does not seem to > work well with bash (like automating commands to a single script execution).
I will have to do something similar very soon. Won't putting in 'ssh' under run( ) work? (Just a guess). Cheers, Amit -- http://echorand.me _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
