Update README.md

This commit is contained in:
NewName
2024-03-27 20:37:56 +08:00
parent cb9cbc8ebd
commit a1939264bb

View File

@@ -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
```