Python Forum

Full Version: Issue: Script from jumpserver to another server to target device?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Question 1:

I'm having issue pulling out data from server01 which where the script is located, script content need to move to another server in order to remote to the targeted device then get data from it and the result be seen on server01.

Seems like from server01, im not able to pullout any data from the target device. Seem like its getting interuppted when jumping to another server... Any idea how to resolve this or have you done something like this? what is your approach?

https://imgur.com/nZyvWRA

Question 2:
Is possible to a script? located to different server? like for example... server02 will be the one to execute the command (python /loc/server01/script.py) ?

Thanks