用expect 吧,不知道solarios有没有这个命令.
例:
#!/usr/bin/expect -f
set timeout 30
set passwd *****
spawn ssh -lroot -p22 X.X.X.X
set timeout 1
expect "password:"
send "$passwd\r"
expect "#"
send "ls -l >log.txt\r"
expect eof
3589阅读 0评论2011-04-14 greendays
分类: