diff --git a/README.md b/README.md index b121ad4..07aae2a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/x.sh ``` ### 批量管理多台服务器脚本 + +先在`root`目录下创建`ssh.txt`文件,文件内填入服务器信息,每行一个服务器,每行包含四部分信息(IP地址、端口、用户名和密码),用空格分隔。 ``` wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/ssh.sh && bash ssh.sh ```