Re: [Ironpython-users] Do Ironpython supports paramiko library?

2017-06-03 Thread Slide
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 wrote: > I am making a general pyt

[Ironpython-users] Do Ironpython supports paramiko library?

2017-06-03 Thread kunal vallecha
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 Sen