使用道具 举报
Post by 沙漠之子;2107299 [PHP]#!/usr/bin/expect -f set timeout 300 spawn ssh -qTfnN -D 1080 XXXXX@YYY.YYY.YYY expect { "*yes/no*" { send "yes\r" } "*password*" { send "ZZZZZZ\r" } } interact[/PHP] 如此写脚本 为啥ssh登录后 ssh进程自动结束了??? 求解
本版积分规则 发表回复 回帖后跳转到最后一页