摘要: #!/bin/bash rm -rf ~/.ssh/id_rsa*ssh-keygen -f ~/.ssh/id_rsa -P "" > /dev/null 2>&1SSH_Pass=1Key_Path=~/.ssh/id_rsa.pubfor ip in 132do sshpass -p$SSH_ 阅读全文
posted @ 2022-11-04 17:38 L北冥 阅读(31) 评论(0) 推荐(0)