#!/usr/bin/expect -f
set timeout -1
match_max 100000
expect -exact "root@206.225.93.35's password: "
send -- "0,sumitomo,0\r"
expect eof
