# ssh4p **Repository Path**: xzcoder/ssh4p ## Basic Information - **Project Name**: ssh4p - **Description**: a shell ssh manager tools for python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-07 - **Last Updated**: 2022-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssh4p a shell ssh manager tools for python ## Install ```shell script # add python3 to path pip3 install ssh4p ``` ## Quick Start ```shell script # add a host config zssh-manager save -n test -h 1.1.1.1 -u root # show all host zssh-manager list [-p --password] # remove host zssh-manager remove [host_name] [-y --yes] # batch edit host config zssh-manager edit [-a --application "default vim"] # start ssh session zssh host_name # start scp transfer zscp remote_host_name:file_path local_host_path [-r] zscp local_host_file_path remote_host_name:file_path [-r] ``` ![quick_start](./images/quick_start.jpg) # Author > author: xzcoder > mail: zhushuai_it@163.com > home: https://xzcoder.com