大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,26 @@
#!/bin/bash
ip_list=(
192.168.40.63
192.168.40.60
192.168.40.56
192.168.40.67
192.168.40.59
192.168.40.57
192.168.40.51
192.168.40.58
192.168.40.62
192.168.40.65
192.168.40.61
192.168.40.52
192.168.40.50
)
for ip in ${ip_list[@]}
do
# 使用密码 123 ssh 登录到主机
echo "chpasswd <<< 'root:V2ryStrP@ss'" | ssh root@${ip}
done
ssh root@192.168.40.50 <<< 'scyd@lab1234'