#!/usr/bin/expect set timeout 30 spawn ssh fangkui@172.100.101.150 expect { "fangkui@172.100.101.150's password:" {send "652289237 "} } interact
更正:
本想使用此脚本快捷登录ssh,但是在使用过程中出现:多个终端同时ssh时vim编辑会出现界面错误,记录待查找原因