Hi all, Here's my environment : connecting via ssh into a cli session (a kind of very poor proprietary shell). From there, lauching a Bourne shell session, running some commands, eventually "su-ing" for running some other commands as root.
The only Fabric operation that worked for me in that lousy environment is open_shell, with the help of which I was able to interact via the terminal. However, I'd like to automatize my whole open_shell session through a script (including sending the root password - yeah, I know, it's bad). Not sure it matches its philosophy, but does Fabric provide a way of doing that ? Thanks, -Yon _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
