`#!/usr/bin/expect -f set timeout 3 spawn ssh root@192.168.1.1 expect "password: " send "root\r" expect "#" send "su - root\r" expect "*password:" send "root\r" interact`
上面的脚本执行到最后自动退出 是不是脚本语法有问题呢?
欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。 温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。