Lv.的博客
摘要: #! /usr/bin/expect set timeout 30spawn ssh -l root 192.168.239.148 expect "password:"send "123456\r"interact1. [#!/usr/bin/expect] 这一行告诉操作系统脚本里的代码使用那... 阅读全文
posted @ 2015-01-12 10:14 Avatarx 阅读(412) 评论(0) 推荐(0)