[Ironpython-users] Do Ironpython supports paramiko library?

Slide slide.o.mix at gmail.com
Sat Jun 3 19:18:31 EDT 2017


According to the paramiko page, it uses a native C module for crypto, so it
won't work with IronPython right out of the box. It would have to be
modified to use either the .NET crypto classes, or use pure Python crypto.

On Sat, Jun 3, 2017, 08:06 kunal vallecha <vallechakunal2 at gmail.com> wrote:

> I am making a general python executing engine through iron python and I
> want to know if IronPython supports paramiko library of python for ssh
> connections.
>
> Thankyou!
>
> --
> Kunal Vallecha
> Third Year Undergraduate Student
> Computer Science and Engineering
> IIT Kharagpur
>
>
>
>   <https://mailtrack.io/> Sent with Mailtrack
> <https://mailtrack.io/install?source=signature&lang=en&referral=vallechakunal2@gmail.com&idSignature=22>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20170603/d6178e93/attachment.html>


More information about the Ironpython-users mailing list