1.
在本地生成一个login.exp文件,文件内容如下:
#!/usr/bin/expect
set timeout 30
spawn ssh [lindex $argv 0]
expect {
"(yes/no)?"
{send "yes\n";exp_continue}
"password:"
{send "[lindex $argv 1]\n"}
}
interact
2.在item2做profile配置
item2 -> preference -> profile
配置见图:
~
~
~
~
~
~
~