sudo apt-get install tcl tk expect#!/usr/bin/expect -fset timeout 30spawn sshroot@ipexpect "password:"send "1234356\r"expect "*#"interact