脚本连接linux服务器
Posted 花兮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了脚本连接linux服务器相关的知识,希望对你有一定的参考价值。
#!/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 " interact
以上是关于脚本连接linux服务器的主要内容,如果未能解决你的问题,请参考以下文章