shell实现自动回车输入

#!/bin/bashbash ip="172.16.1.113"ssh command="ssh $ip" expect -c "     spawn $command;     expect {             \"Are you sure you want to continue connecting (yes/no)?\" {send \"yes\r\"; exp_continue
相关文章
相关标签/搜索