I have this scenario:
Local-host --------- jump-host ------- target-machine
I am trying to write a code in Python using Paramiko to first SSH from local-host
I found this easiest route to login to remote server via jumphost.This works amazing!
link :https://pypi.org/project/jumpssh/ import jumpssh