multiJump

multiple Jump IP do something


License
MIT
Install
pip install multiJump==0.0.6

Documentation

pypi

https://pypi.org/project/multiJump/

wiki

https://github.com/seqyuan/multiJump/wiki

Install multiJump

ๅฎ‰่ฃ…็คบไพ‹

pip3 install multiJump

class

calss jump_exe_cmd(mid_host_ip = None, mid_port=22, mid_username=None, mid_password=None,,mid_connect_timeout=60,cmd_mid = None, end_host_ip = None, end_port = None, cmd_end_to_exe = None, end_host_user = None)

The jump_exe_cmd object provides a methods intended for jump to mid IP rum cmd, and then jump to the end IP from mid IP rum cmd.

__init__(mid_host_ip = None, mid_port=22, mid_username=None, mid_password=None, mid_connect_timeout=60 , cmd_mid = None, end_host_ip = None, end_port = None, cmd_end_to_exe = None, end_host_user = None)

Create an object.

Parameters:

mid_host_ip โ€“ mid_host_ip
mid_port โ€“ mid_port
mid_username โ€“ mid_username
mid_password โ€“ mid_password
mid_connect_timeout โ€“ mid_connect_timeout
cmd_mid โ€“ cmd_mid
end_host_ip โ€“ end_host_ip
end_port โ€“ end_port
cmd_end_to_exe โ€“ cmd_end_to_exe
end_host_user โ€“ end_host_user
exe_cmd()

Connect the multiple IP then run mid and end command.