Skip to main content
Solved

Library with recent Paramiko support?

  • August 14, 2024
  • 1 reply
  • 0 views

Forum|alt.badge.img

Is anyone aware of a PowerPack containing an Environment/Library with newer Paramiko support, compatible with SL1 11.2?

We have run into devices that don't allow older Paramiko cipher support in the default environment.

Thank you!

Best answer by JoshAbraham

Hi Mike,

I'm not aware of any recent releases using Paramiko. You can take a recent release and use it to build a content library to include in your own execution environment. You can find the documentation here:
https://docs.sciencelogic.com/latest/Content/Web_Content_Dev_and_Integration/ScienceLogic_Libraries/chapter_02_managing_libraries.htm#Creating

In order to get the .whl files that you need, you can use pip download (pip download paramiko). Just make sure that the paramiko wheel is the top line in the manifest file.

1 reply

  • Community Manager
  • Answer
  • August 14, 2024

Hi Mike,

I'm not aware of any recent releases using Paramiko. You can take a recent release and use it to build a content library to include in your own execution environment. You can find the documentation here:
https://docs.sciencelogic.com/latest/Content/Web_Content_Dev_and_Integration/ScienceLogic_Libraries/chapter_02_managing_libraries.htm#Creating

In order to get the .whl files that you need, you can use pip download (pip download paramiko). Just make sure that the paramiko wheel is the top line in the manifest file.