124环境重置时候需要

    1. 生成密钥 echo -e “\n” | ssh-keygen -N “”

    cat .ssh/id_rsa.pub
    将本地的文件中的内容追加到远程服务器文件内
    ssh root@172.31.239.160 ‘cat /root/.ssh/id_rsa.pub >> /root/scp_wenjian/deploy_input/1.txt’
    https://blog.csdn.net/cp_panda_5/article/details/79757562

    1. 从160传unzip-6.0-19.el7.x86_64.rpm,

    scp unzip-6.0-19.el7.x86_64.rpm root@172.31.239.124:/root
    安装命令 :
    rpm -Uvh unzip-6.0-19.el7.x86_64.rpm

    安装之后查看一下
    rpm -qa | grep unzip

    1. 检查是否安装 tar或者unzip