标签:div 脚本 xxxx xxxxx lin root time 服务器 bin
#!/usr/bin/expect -f set user root set host xx.xx.xx.xxx set password xxxxx set timeout -1 spawn ssh $user@$host expect "password:*" send "$password\r" interact
标签:div 脚本 xxxx xxxxx lin root time 服务器 bin
原文地址:https://www.cnblogs.com/godehi/p/13087335.html