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 <vallechakun...@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=vallechakun...@gmail.com&idSignature=22> > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org > https://mail.python.org/mailman/listinfo/ironpython-users >
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users