[paramiko] paramiko
Tessier AtosOrigin
tessier.atosorigin at philips.com
Wed Apr 4 09:08:24 PDT 2007
Thanks for your reply James.
Yes, this is a good alternative to locate the script on a network
ressource and push machines to execute it.
The bash scripts i use do the whole thing but it's not gonna be
sustainable for larger stuff.
With the shell, you can do this kind of thing :
sys="`ssh root@$cible "{
cat /etc/redhat-release
}"`"
however you can't do this :
ssh root@$target "{
s="blabla"
touch /tmp/$s
}"
it seems you can't use variables...
Do you think paramiko can do it?
could you please send attachements (sources and binaries) do this adress :
g_tessier_fr at yahoo.fr
Bye
Guillaume TESSIER
Philips - PGIS Hosting
51 rue Carnot - 92150 Suresnes
tel : 01 47 28 (14 13)
mobile : 06 66 80 26 38
Email : tessier.atosorigin at philips.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.lag.net/pipermail/paramiko/attachments/20070404/55f95d67/attachment.htm
More information about the paramiko
mailing list