set timeout 30
spawn ssh -p 22 [lindex $argv 0]@[lindex $argv 1]
expect {
"(yes/no)?"
{send "yes\n";exp_continue}
"password:"
{send "[lindex $argv 2]\n"}
}
interact
iterm2进入profiles选项的command
expect 脚本路径 用户名 服务器ip 密码
网友评论