>
> o/p
> ['UNIX shell commands cannot be executed using this account.\n']
>
> Any suggestions?
>
>
last time i had such a requirement it started just like you into writing
something , then i did a quick web search before starting and found
http://code.google.com/p/sshpt/ which served all our requ
Can you try to add this step(after missing_host_key_policy()) for public
private key between two machine you want to run.
paramiko.RSAKey.from_private_key_file() this is what helped me solved issue
what i had with communication between machines.
Hope this helps you
With Thanks
VIjay
_
On Fri, Jun 8, 2012 at 10:36 PM, vid wrote:
> On Fri, Jun 8, 2012 at 4:09 PM, kracethekingmaker
> wrote:
> >
> >> Hello,
> >>
> >> I am newbie to Python coding. And, I had a question. I want to write a
> >> script which will check content changes in websites& send e-mail to a
> >>
> >> admin wh
Refer this site you may get some useful information
http://segfault.in/2010/03/paramiko-ssh-and-sftp-with-python/
On Tue, Jun 19, 2012 at 12:00 PM, Noufal Ibrahim wrote:
>
> Fabric is a library built on paramiko that gives you abstractions so
> that you don't have to worry about things at such a