shell-ssh-client

ssh shell demo on python


Keywords
ssh, project
Install
pip install shell-ssh-client==0.0.1

Documentation

ssh client

  • install:

pip3 install ssh_client

  • run shell:

python3 -m shell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]

shell_ssh_client [ip_address] [uname] [password/path_to_key_file] [workdir_on_pc]