12 2014 档案
摘要:1 #!/bin/bash 2 # created on 2014/7/15 3 #author : derrick.jiang (Email: derrick.jiang.maichuang.net) 4 5 echo "" 6 echo "----------Install KV...
阅读全文
摘要:1.生成密钥对(需要多少对,生成几次)1 ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa 2.堡垒机配置 1 #!/bin/bash 2 3 stty intr undef 4 echo "" 5 echo "" 6 echo -e "q or e...
阅读全文